package
0.1.158
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

Empty returns an empty {@code Optional} instance.
Of Returns an {@code Optional} describing the given value.
Of Returns an {@code Optional} describing the given value, if non-{@code null}, otherwise returns an empty {@code Optional}.

# Variables

No description provided by the author

# Structs

Optional is a container object which may or may not contain a non-{@code null} value.

# Interfaces

No description provided by the author