Documentation
¶
Index ¶
- Variables
- type CharCollectionMap
- type CharHashsetMap
- type Collection
- type Hashmap
- type Hashset
- type HashsetsCollection
- type LinkedCollections
- type LinkedList
- func EmptyLinkedList() *LinkedList
- func EmptyLinkedListUsingError(wrapper *errorwrapper.Wrapper) *LinkedList
- func NewLinkedList() *LinkedList
- func NewLinkedListUsingItemsError(errVariation errtype.Variation, err error, items []string) *LinkedList
- func NewLinkedListUsingItemsErrorWrapper(items *[]string, errorWrapper *errorwrapper.Wrapper) *LinkedList
- func NewLinkedListUsingPtrItemsError(ptrItems []*string, err error, errVariation errtype.Variation) *LinkedList
- type Result
- func (it *Result) AsJsonContractsBinder() corejson.JsonContractsBinder
- func (it *Result) AsValueWithErrorWrapperBinder() errorwrapper.ValueWithErrorWrapperBinder
- func (it *Result) Bool() bool
- func (it *Result) Byte() byte
- func (it Result) Bytes() []byte
- func (it *Result) Dispose()
- func (it *Result) ErrorWrapperInf() errorwrapper.ErrWrapper
- func (it *Result) HasError() bool
- func (it *Result) HasIssuesOrEmpty() bool
- func (it *Result) HasIssuesOrWhitespace() bool
- func (it *Result) HasSafeItems() bool
- func (it *Result) Int() int
- func (it *Result) IsAnyNull() bool
- func (it *Result) IsEmpty() bool
- func (it *Result) IsEmptyError() bool
- func (it *Result) IsEmptyOrWhitespace() bool
- func (it *Result) IsEqual(term string) bool
- func (it *Result) IsEqualIgnoreCase(term string) bool
- func (it *Result) IsEqualResult(right *Result) bool
- func (it *Result) IsFailed() bool
- func (it *Result) IsInvalid() bool
- func (it *Result) IsSuccess() bool
- func (it *Result) IsValid() bool
- func (it Result) Json() corejson.Result
- func (it Result) JsonModelAny() interface{}
- func (it *Result) JsonParseSelfInject(jsonResult *corejson.Result) error
- func (it Result) JsonPtr() *corejson.Result
- func (it Result) SafeBytes() []byte
- func (it *Result) SafeString() string
- func (it *Result) SimpleStringOnce(isInit bool) corestr.SimpleStringOnce
- func (it *Result) SimpleStringOnceInit() corestr.SimpleStringOnce
- func (it *Result) SplitLines() []string
- func (it *Result) SplitLinesSimpleSlice() *corestr.SimpleSlice
- func (it Result) String() string
- func (it *Result) ValidValue() *corestr.ValidValue
- type Result2
- type ResultWithApplicable
- type ResultWithApplicable2
- type Results
- func (it *Results) AsJsonContractsBinder() corejson.JsonContractsBinder
- func (it *Results) AsResultsContractsBinder() errorwrapper.ResultsContractsBinder
- func (it *Results) AsValueWithErrorWrapperBinder() errorwrapper.ValueWithErrorWrapperBinder
- func (it *Results) Clear()
- func (it *Results) Dispose()
- func (it *Results) ErrorWrapperInf() errorwrapper.ErrWrapper
- func (it *Results) FirstOrDefault() string
- func (it *Results) FirstOrDefaultResult() *Result
- func (it *Results) HasAnyItem() bool
- func (it *Results) HasError() bool
- func (it *Results) HasIssuesOrEmpty() bool
- func (it *Results) HasSafeItems() bool
- func (it *Results) Hashset() *corestr.Hashset
- func (it *Results) IsAnyNull() bool
- func (it *Results) IsDistinctEqualResult(right *Results) bool
- func (it *Results) IsEmpty() bool
- func (it *Results) IsEmptyError() bool
- func (it *Results) IsEqualResult(isDistinctCompare, isIgnoreOrder bool, right *Results) bool
- func (it *Results) IsEqualResultDefault(right *Results) bool
- func (it *Results) IsFailed() bool
- func (it *Results) IsIgnoreOrderEqualResult(right *Results) bool
- func (it *Results) IsInvalid() bool
- func (it *Results) IsSuccess() bool
- func (it *Results) IsValid() bool
- func (it *Results) Items() []string
- func (it *Results) Join(joiner string) string
- func (it *Results) JoinCommaSpace() string
- func (it *Results) JoinLine() string
- func (it *Results) JoinLineEof() string
- func (it *Results) JoinLineWithSuffix(joiner, suffix string) string
- func (it *Results) JoinSpace() string
- func (it Results) Json() corejson.Result
- func (it *Results) JsonModelAny() interface{}
- func (it *Results) JsonParseSelfInject(jsonResult *corejson.Result) error
- func (it Results) JsonPtr() *corejson.Result
- func (it *Results) LastOrDefault() string
- func (it *Results) LastOrDefaultResult() *Result
- func (it *Results) Length() int
- func (it *Results) Lines() []string
- func (it *Results) List() []string
- func (it *Results) SafeString() string
- func (it *Results) SafeValues() []string
- func (it *Results) SafeValuesPtr() *[]string
- func (it *Results) SimpleSlice() *corestr.SimpleSlice
- func (it *Results) String() string
- func (it *Results) StringCollection() *corestr.Collection
- func (it *Results) Strings() []string
- func (it *Results) UniqueMap() map[string]bool
- func (it *Results) UniqueMapPtr() *map[string]bool
- type ResultsWithErrorCollection
- func (it *ResultsWithErrorCollection) AsJsonContractsBinder() corejson.JsonContractsBinder
- func (it ResultsWithErrorCollection) AsValuesWithErrorWrapperCollectionBinder() errorwrapper.ValuesWithErrorWrapperCollectionBinder
- func (it *ResultsWithErrorCollection) Clear()
- func (it *ResultsWithErrorCollection) Dispose()
- func (it *ResultsWithErrorCollection) ErrorWrapperInf() errorwrapper.ErrWrapper
- func (it *ResultsWithErrorCollection) HasAnyItem() bool
- func (it *ResultsWithErrorCollection) HasError() bool
- func (it *ResultsWithErrorCollection) HasIssuesOrEmpty() bool
- func (it *ResultsWithErrorCollection) HasSafeItems() bool
- func (it *ResultsWithErrorCollection) IsAnyNull() bool
- func (it *ResultsWithErrorCollection) IsEmpty() bool
- func (it *ResultsWithErrorCollection) IsEmptyError() bool
- func (it *ResultsWithErrorCollection) IsEmptyItems() bool
- func (it *ResultsWithErrorCollection) IsFailed() bool
- func (it *ResultsWithErrorCollection) IsInvalid() bool
- func (it *ResultsWithErrorCollection) IsSuccess() bool
- func (it *ResultsWithErrorCollection) IsValid() bool
- func (it ResultsWithErrorCollection) Json() corejson.Result
- func (it *ResultsWithErrorCollection) JsonModelAny() interface{}
- func (it *ResultsWithErrorCollection) JsonParseSelfInject(jsonResult *corejson.Result) error
- func (it ResultsWithErrorCollection) JsonPtr() *corejson.Result
- func (it *ResultsWithErrorCollection) Length() int
- func (it *ResultsWithErrorCollection) SafeString() string
- func (it *ResultsWithErrorCollection) SafeValues() []string
- func (it *ResultsWithErrorCollection) SafeValuesPtr() *[]string
- func (it *ResultsWithErrorCollection) String() string
- func (it *ResultsWithErrorCollection) ToCollection(isMakeClone bool) *Collection
- type SimpleStringOnce
- func (it *SimpleStringOnce) AsJsonContractsBinder() corejson.JsonContractsBinder
- func (it *SimpleStringOnce) AsValueWithErrorWrapperBinder() errorwrapper.ValueWithErrorWrapperBinder
- func (it *SimpleStringOnce) Bool() bool
- func (it *SimpleStringOnce) Byte() byte
- func (it *SimpleStringOnce) Dispose()
- func (it *SimpleStringOnce) ErrorWrapperInf() errorwrapper.ErrWrapper
- func (it *SimpleStringOnce) HasError() bool
- func (it *SimpleStringOnce) HasIssuesOrEmpty() bool
- func (it *SimpleStringOnce) HasIssuesOrWhitespace() bool
- func (it *SimpleStringOnce) HasSafeItems() bool
- func (it *SimpleStringOnce) Int() int
- func (it *SimpleStringOnce) IsEmpty() bool
- func (it *SimpleStringOnce) IsEmptyError() bool
- func (it *SimpleStringOnce) IsEmptyOrWhitespace() bool
- func (it *SimpleStringOnce) IsEqual(term string) bool
- func (it *SimpleStringOnce) IsEqualIgnoreCase(term string) bool
- func (it *SimpleStringOnce) IsFailed() bool
- func (it *SimpleStringOnce) IsInvalid() bool
- func (it *SimpleStringOnce) IsSuccess() bool
- func (it *SimpleStringOnce) IsValid() bool
- func (it SimpleStringOnce) Json() corejson.Result
- func (it SimpleStringOnce) JsonModelAny() interface{}
- func (it *SimpleStringOnce) JsonParseSelfInject(jsonResult *corejson.Result) error
- func (it SimpleStringOnce) JsonPtr() *corejson.Result
- func (it *SimpleStringOnce) SafeString() string
- func (it *SimpleStringOnce) SplitLines() []string
- func (it *SimpleStringOnce) SplitLinesSimpleSlice() *corestr.SimpleSlice
- func (it SimpleStringOnce) String() string
- func (it *SimpleStringOnce) ValidValue() *corestr.ValidValue
Constants ¶
This section is empty.
Variables ¶
View Source
var ( New = newCreator{} Empty = emptyCreator{} )
Functions ¶
This section is empty.
Types ¶
type CharCollectionMap ¶ added in v0.0.8
type CharCollectionMap struct { *corestr.CharCollectionMap ErrorWrapper *errorwrapper.Wrapper }
type CharHashsetMap ¶ added in v0.0.8
type CharHashsetMap struct { *corestr.CharHashsetMap ErrorWrapper *errorwrapper.Wrapper }
type Collection ¶ added in v0.0.8
type Collection struct { *corestr.Collection ErrorWrapper *errorwrapper.Wrapper }
func (*Collection) HasError ¶ added in v0.7.0
func (it *Collection) HasError() bool
func (*Collection) HasSafeItems ¶ added in v0.7.0
func (it *Collection) HasSafeItems() bool
HasSafeItems No errors and has items
func (*Collection) IsEmpty ¶ added in v0.7.0
func (it *Collection) IsEmpty() bool
func (*Collection) IsEmptyError ¶ added in v0.7.0
func (it *Collection) IsEmptyError() bool
func (*Collection) IsFailed ¶ added in v0.7.0
func (it *Collection) IsFailed() bool
func (*Collection) IsSuccess ¶ added in v0.7.0
func (it *Collection) IsSuccess() bool
func (*Collection) IsValid ¶ added in v0.7.0
func (it *Collection) IsValid() bool
type Hashmap ¶ added in v0.0.8
type Hashmap struct { *corestr.Hashmap ErrorWrapper *errorwrapper.Wrapper }
type Hashset ¶ added in v0.0.8
type Hashset struct { *corestr.Hashset ErrorWrapper *errorwrapper.Wrapper }
type HashsetsCollection ¶ added in v0.0.8
type HashsetsCollection struct { *corestr.HashsetsCollection ErrorWrapper *errorwrapper.Wrapper }
type LinkedCollections ¶ added in v0.1.0
type LinkedCollections struct { *corestr.LinkedCollections ErrorWrapper *errorwrapper.Wrapper }
LinkedCollections TODO constructors
type LinkedList ¶ added in v0.1.0
type LinkedList struct { *corestr.LinkedList ErrorWrapper *errorwrapper.Wrapper }
func EmptyLinkedList ¶ added in v0.1.0
func EmptyLinkedList() *LinkedList
func EmptyLinkedListUsingError ¶ added in v0.1.0
func EmptyLinkedListUsingError( wrapper *errorwrapper.Wrapper, ) *LinkedList
EmptyLinkedListUsingError wrapper nil will point to empty error wrapper
func NewLinkedList ¶ added in v0.1.0
func NewLinkedList() *LinkedList
func NewLinkedListUsingItemsError ¶ added in v0.1.0
func NewLinkedListUsingItemsError( errVariation errtype.Variation, err error, items []string, ) *LinkedList
func NewLinkedListUsingItemsErrorWrapper ¶ added in v0.1.0
func NewLinkedListUsingItemsErrorWrapper( items *[]string, errorWrapper *errorwrapper.Wrapper, ) *LinkedList
NewLinkedListUsingItemsErrorWrapper wrapper nil will point to empty error wrapper
func NewLinkedListUsingPtrItemsError ¶ added in v0.1.0
func NewLinkedListUsingPtrItemsError( ptrItems []*string, err error, errVariation errtype.Variation, ) *LinkedList
type Result ¶
type Result struct { Value string ErrorWrapper *errorwrapper.Wrapper }
func (*Result) AsJsonContractsBinder ¶ added in v0.8.7
func (it *Result) AsJsonContractsBinder() corejson.JsonContractsBinder
func (*Result) AsValueWithErrorWrapperBinder ¶ added in v0.7.6
func (it *Result) AsValueWithErrorWrapperBinder() errorwrapper.ValueWithErrorWrapperBinder
func (*Result) ErrorWrapperInf ¶ added in v0.8.7
func (it *Result) ErrorWrapperInf() errorwrapper.ErrWrapper
func (*Result) HasIssuesOrEmpty ¶ added in v0.7.6
func (*Result) HasIssuesOrWhitespace ¶ added in v0.7.0
func (*Result) HasSafeItems ¶ added in v0.7.0
func (*Result) IsEmptyError ¶ added in v0.7.0
func (*Result) IsEmptyOrWhitespace ¶ added in v0.7.0
func (*Result) IsEqualIgnoreCase ¶ added in v0.7.8
func (*Result) IsEqualResult ¶ added in v0.8.9
func (Result) JsonModelAny ¶ added in v0.7.6
func (it Result) JsonModelAny() interface{}
func (*Result) JsonParseSelfInject ¶ added in v0.7.6
func (*Result) SafeString ¶ added in v0.8.7
func (*Result) SimpleStringOnce ¶ added in v0.8.0
func (it *Result) SimpleStringOnce( isInit bool, ) corestr.SimpleStringOnce
func (*Result) SimpleStringOnceInit ¶ added in v0.8.7
func (it *Result) SimpleStringOnceInit() corestr.SimpleStringOnce
func (*Result) SplitLines ¶ added in v0.7.7
func (*Result) SplitLinesSimpleSlice ¶ added in v0.7.7
func (it *Result) SplitLinesSimpleSlice() *corestr.SimpleSlice
func (*Result) ValidValue ¶ added in v0.7.6
func (it *Result) ValidValue() *corestr.ValidValue
type ResultWithApplicable ¶
type ResultWithApplicable2 ¶
type Results ¶
type Results struct { Values []string ErrorWrapper *errorwrapper.Wrapper }
func (*Results) AsJsonContractsBinder ¶ added in v0.8.7
func (it *Results) AsJsonContractsBinder() corejson.JsonContractsBinder
func (*Results) AsResultsContractsBinder ¶ added in v0.8.7
func (it *Results) AsResultsContractsBinder() errorwrapper.ResultsContractsBinder
func (*Results) AsValueWithErrorWrapperBinder ¶ added in v0.8.7
func (it *Results) AsValueWithErrorWrapperBinder() errorwrapper.ValueWithErrorWrapperBinder
func (*Results) ErrorWrapperInf ¶ added in v0.8.7
func (it *Results) ErrorWrapperInf() errorwrapper.ErrWrapper
func (*Results) FirstOrDefault ¶ added in v1.0.5
func (*Results) FirstOrDefaultResult ¶ added in v1.0.5
func (*Results) HasAnyItem ¶ added in v0.7.3
func (*Results) HasIssuesOrEmpty ¶ added in v0.3.6
func (*Results) HasSafeItems ¶ added in v0.3.4
HasSafeItems No errors and has items
func (*Results) IsDistinctEqualResult ¶ added in v0.8.9
func (*Results) IsEmptyError ¶ added in v0.3.4
func (*Results) IsEqualResult ¶ added in v0.8.9
func (*Results) IsEqualResultDefault ¶ added in v0.8.9
func (*Results) IsIgnoreOrderEqualResult ¶ added in v0.8.9
func (*Results) JoinCommaSpace ¶ added in v1.0.5
func (*Results) JoinLineEof ¶ added in v1.0.5
func (*Results) JoinLineWithSuffix ¶ added in v1.0.5
func (*Results) JsonModelAny ¶ added in v0.7.6
func (it *Results) JsonModelAny() interface{}
func (*Results) JsonParseSelfInject ¶ added in v0.7.6
func (*Results) LastOrDefault ¶ added in v1.0.5
func (*Results) LastOrDefaultResult ¶ added in v1.0.5
func (*Results) SafeString ¶ added in v0.8.7
func (*Results) SafeValues ¶ added in v0.8.7
func (*Results) SafeValuesPtr ¶ added in v0.8.7
func (*Results) SimpleSlice ¶ added in v0.7.3
func (it *Results) SimpleSlice() *corestr.SimpleSlice
func (*Results) StringCollection ¶ added in v0.7.7
func (it *Results) StringCollection() *corestr.Collection
func (*Results) UniqueMapPtr ¶ added in v0.8.7
type ResultsWithErrorCollection ¶ added in v0.3.3
type ResultsWithErrorCollection struct { Values []string ErrorWrappers *errwrappers.Collection }
func (*ResultsWithErrorCollection) AsJsonContractsBinder ¶ added in v0.8.7
func (it *ResultsWithErrorCollection) AsJsonContractsBinder() corejson.JsonContractsBinder
func (ResultsWithErrorCollection) AsValuesWithErrorWrapperCollectionBinder ¶ added in v0.8.7
func (it ResultsWithErrorCollection) AsValuesWithErrorWrapperCollectionBinder() errorwrapper.ValuesWithErrorWrapperCollectionBinder
func (*ResultsWithErrorCollection) Clear ¶ added in v0.8.7
func (it *ResultsWithErrorCollection) Clear()
func (*ResultsWithErrorCollection) Dispose ¶ added in v0.8.7
func (it *ResultsWithErrorCollection) Dispose()
func (*ResultsWithErrorCollection) ErrorWrapperInf ¶ added in v0.8.7
func (it *ResultsWithErrorCollection) ErrorWrapperInf() errorwrapper.ErrWrapper
func (*ResultsWithErrorCollection) HasAnyItem ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) HasAnyItem() bool
func (*ResultsWithErrorCollection) HasError ¶ added in v0.3.6
func (it *ResultsWithErrorCollection) HasError() bool
func (*ResultsWithErrorCollection) HasIssuesOrEmpty ¶ added in v0.3.6
func (it *ResultsWithErrorCollection) HasIssuesOrEmpty() bool
func (*ResultsWithErrorCollection) HasSafeItems ¶ added in v0.3.4
func (it *ResultsWithErrorCollection) HasSafeItems() bool
HasSafeItems No errors and has items
func (*ResultsWithErrorCollection) IsAnyNull ¶ added in v0.8.7
func (it *ResultsWithErrorCollection) IsAnyNull() bool
func (*ResultsWithErrorCollection) IsEmpty ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) IsEmpty() bool
func (*ResultsWithErrorCollection) IsEmptyError ¶ added in v0.3.4
func (it *ResultsWithErrorCollection) IsEmptyError() bool
func (*ResultsWithErrorCollection) IsEmptyItems ¶ added in v0.3.4
func (it *ResultsWithErrorCollection) IsEmptyItems() bool
func (*ResultsWithErrorCollection) IsFailed ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) IsFailed() bool
func (*ResultsWithErrorCollection) IsInvalid ¶ added in v0.8.9
func (it *ResultsWithErrorCollection) IsInvalid() bool
func (*ResultsWithErrorCollection) IsSuccess ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) IsSuccess() bool
func (*ResultsWithErrorCollection) IsValid ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) IsValid() bool
func (ResultsWithErrorCollection) Json ¶ added in v0.7.6
func (it ResultsWithErrorCollection) Json() corejson.Result
func (*ResultsWithErrorCollection) JsonModelAny ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) JsonModelAny() interface{}
func (*ResultsWithErrorCollection) JsonParseSelfInject ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) JsonParseSelfInject(jsonResult *corejson.Result) error
func (ResultsWithErrorCollection) JsonPtr ¶ added in v0.7.9
func (it ResultsWithErrorCollection) JsonPtr() *corejson.Result
func (*ResultsWithErrorCollection) Length ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) Length() int
func (*ResultsWithErrorCollection) SafeString ¶ added in v0.8.7
func (it *ResultsWithErrorCollection) SafeString() string
func (*ResultsWithErrorCollection) SafeValues ¶ added in v0.8.7
func (it *ResultsWithErrorCollection) SafeValues() []string
func (*ResultsWithErrorCollection) SafeValuesPtr ¶ added in v0.8.7
func (it *ResultsWithErrorCollection) SafeValuesPtr() *[]string
func (*ResultsWithErrorCollection) String ¶ added in v0.7.6
func (it *ResultsWithErrorCollection) String() string
func (*ResultsWithErrorCollection) ToCollection ¶ added in v0.3.8
func (it *ResultsWithErrorCollection) ToCollection( isMakeClone bool, ) *Collection
type SimpleStringOnce ¶ added in v0.8.0
type SimpleStringOnce struct { Value corestr.SimpleStringOnce ErrorWrapper *errorwrapper.Wrapper }
func (*SimpleStringOnce) AsJsonContractsBinder ¶ added in v0.8.7
func (it *SimpleStringOnce) AsJsonContractsBinder() corejson.JsonContractsBinder
func (*SimpleStringOnce) AsValueWithErrorWrapperBinder ¶ added in v0.8.0
func (it *SimpleStringOnce) AsValueWithErrorWrapperBinder() errorwrapper.ValueWithErrorWrapperBinder
func (*SimpleStringOnce) Bool ¶ added in v0.8.0
func (it *SimpleStringOnce) Bool() bool
func (*SimpleStringOnce) Byte ¶ added in v0.8.0
func (it *SimpleStringOnce) Byte() byte
func (*SimpleStringOnce) Dispose ¶ added in v0.8.7
func (it *SimpleStringOnce) Dispose()
func (*SimpleStringOnce) ErrorWrapperInf ¶ added in v0.8.7
func (it *SimpleStringOnce) ErrorWrapperInf() errorwrapper.ErrWrapper
func (*SimpleStringOnce) HasError ¶ added in v0.8.0
func (it *SimpleStringOnce) HasError() bool
func (*SimpleStringOnce) HasIssuesOrEmpty ¶ added in v0.8.0
func (it *SimpleStringOnce) HasIssuesOrEmpty() bool
func (*SimpleStringOnce) HasIssuesOrWhitespace ¶ added in v0.8.0
func (it *SimpleStringOnce) HasIssuesOrWhitespace() bool
func (*SimpleStringOnce) HasSafeItems ¶ added in v0.8.0
func (it *SimpleStringOnce) HasSafeItems() bool
func (*SimpleStringOnce) Int ¶ added in v0.8.0
func (it *SimpleStringOnce) Int() int
func (*SimpleStringOnce) IsEmpty ¶ added in v0.8.0
func (it *SimpleStringOnce) IsEmpty() bool
func (*SimpleStringOnce) IsEmptyError ¶ added in v0.8.0
func (it *SimpleStringOnce) IsEmptyError() bool
func (*SimpleStringOnce) IsEmptyOrWhitespace ¶ added in v0.8.0
func (it *SimpleStringOnce) IsEmptyOrWhitespace() bool
func (*SimpleStringOnce) IsEqual ¶ added in v0.8.0
func (it *SimpleStringOnce) IsEqual(term string) bool
func (*SimpleStringOnce) IsEqualIgnoreCase ¶ added in v0.8.0
func (it *SimpleStringOnce) IsEqualIgnoreCase(term string) bool
func (*SimpleStringOnce) IsFailed ¶ added in v0.8.0
func (it *SimpleStringOnce) IsFailed() bool
func (*SimpleStringOnce) IsInvalid ¶ added in v0.8.9
func (it *SimpleStringOnce) IsInvalid() bool
func (*SimpleStringOnce) IsSuccess ¶ added in v0.8.0
func (it *SimpleStringOnce) IsSuccess() bool
func (*SimpleStringOnce) IsValid ¶ added in v0.8.0
func (it *SimpleStringOnce) IsValid() bool
func (SimpleStringOnce) Json ¶ added in v0.8.0
func (it SimpleStringOnce) Json() corejson.Result
func (SimpleStringOnce) JsonModelAny ¶ added in v0.8.0
func (it SimpleStringOnce) JsonModelAny() interface{}
func (*SimpleStringOnce) JsonParseSelfInject ¶ added in v0.8.0
func (it *SimpleStringOnce) JsonParseSelfInject(jsonResult *corejson.Result) error
func (SimpleStringOnce) JsonPtr ¶ added in v0.8.0
func (it SimpleStringOnce) JsonPtr() *corejson.Result
func (*SimpleStringOnce) SafeString ¶ added in v0.8.7
func (it *SimpleStringOnce) SafeString() string
func (*SimpleStringOnce) SplitLines ¶ added in v0.8.0
func (it *SimpleStringOnce) SplitLines() []string
func (*SimpleStringOnce) SplitLinesSimpleSlice ¶ added in v0.8.0
func (it *SimpleStringOnce) SplitLinesSimpleSlice() *corestr.SimpleSlice
func (SimpleStringOnce) String ¶ added in v0.8.0
func (it SimpleStringOnce) String() string
func (*SimpleStringOnce) ValidValue ¶ added in v0.8.0
func (it *SimpleStringOnce) ValidValue() *corestr.ValidValue
Source Files
¶
- CharCollectionMap.go
- CharHashsetMap.go
- Collection.go
- Hashmap.go
- Hashset.go
- HashsetsCollection.go
- LinkedCollections.go
- LinkedList.go
- Result.go
- Result2.go
- ResultWithApplicable.go
- ResultWithApplicable2.go
- Results.go
- ResultsWithErrorCollection.go
- SimpleStringOnce.go
- emptyCreator.go
- newCharCollectionMapCreator.go
- newCharHashsetMapCreator.go
- newCollectionCreator.go
- newCreator.go
- newHashmapCreator.go
- newHashsetCreator.go
- newHashsetsCollectionCreator.go
- newResultApplicable2Creator.go
- newResultApplicableCreator.go
- newResultCreator.go
- newResultTwoCreator.go
- newResultsCreator.go
- newResultsWithErrorCollectionCreator.go
- newSimpleStringOnceCreator.go
- vars.go
Click to show internal directories.
Click to hide internal directories.