Uses of Class
io.vavr.control.Option.None
Packages that use Option.None
Package
Description
Beside
API
the io.vavr package contains core types like (Checked)Functions and Tuples.-
Uses of Option.None in io.vavr
Methods in io.vavr that return Option.NoneMethods in io.vavr that return types with arguments of type Option.NoneMethods in io.vavr with parameters of type Option.NoneModifier and TypeMethodDescription(package private) static <T> Tuple0
$.None
(Option.None<T> none) -
Uses of Option.None in io.vavr.control
Fields in io.vavr.control declared as Option.NoneModifier and TypeFieldDescriptionprivate static final Option.None
<?> Option.None.INSTANCE
The singleton instance of None.