Documentation
¶
Index ¶
- type Optional
- func (o Optional) Filter(predicate func(value interface{}) bool) Optional
- func (o Optional) FlatMap(mapper func(value interface{}) Optional) Optional
- func (o Optional) Map(mapper func(value interface{}) interface{}) Optional
- func (o Optional) OrElse(otherValue interface{}) interface{}
- func (o Optional) OrElseGet(supplier func() interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.