package
0.0.0-20241018185007-903264785602
Repository: https://github.com/mobilemindtec/go-utils.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
func Map[F any, T any](opt *Optional[F], fn func(F) *Optional[T]) *Optional[T] {
if opt.Any() {
return fn(opt.Get())
}
return Of[T](opt.Val())
}
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OfOk represents ok empty result or so ignore result.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
represents ignore result.
No description provided by the author
TryExtractValIfOptional Extract Optional.Val() from maybeOpt if it's a Optional.
No description provided by the author
No description provided by the author