package
0.0.0-20230427212404-27d85d358f2c
Repository: https://github.com/binaryphile/valor.git
Documentation: pkg.go.dev
# Functions
Contains returns whether the underlying value equals v.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FlatMap returns the result of f on the underlying value.
Flatten returns the underlying Value of val.
No description provided by the author
Map returns a Value of the result of f on the underlying value.
No description provided by the author
Of creates a Value of v if ok is true.
OfAssert performs the type assertion x.(T) and creates a Value of the result.
OfFunc creates an ok Value if value is non-nil otherwise not ok.
OfIndex performs the map index m[k] and creates a Value of the result.
OfNonZero creates an ok Value if nonzero otherwise not ok.
OfNotOk creates a Value that is not ok.
OfOk creates an ok Value of v.
OfPointee creates a Value of the target of pointer p.
OfPointer creates a Value of the pointer p.
OfReceive performs a blocking receive on ch and creates a Value of the result.
No description provided by the author
UnzipWith calls f with the underlying value of val and returns Values of the result.
ZipWith calls f with the underlying values of val and val2 and returns a Value of the result.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author