Uses of Interface
org.smallibs.data.Maybe
Packages that use Maybe
-
Uses of Maybe in org.smallibs.data
Classes in org.smallibs.data that implement MaybeModifier and TypeClassDescriptionstatic final recordMaybe.None<T>None implementationstatic final recordMaybe.Some<T>Some implementationMethods in org.smallibs.data that return MaybeModifier and TypeMethodDescription<B> Maybe<B> <B> Maybe<B> <B> Maybe<B> default <B> Maybe<B> static <T> Maybe<T> Maybe.none()static <T> Maybe<T> Maybe.pure(T value) Maybe.self()static <T> Maybe<T> Maybe.some(T value) static <T> Maybe<T> Methods in org.smallibs.data that return types with arguments of type MaybeModifier and TypeMethodDescriptionMethods in org.smallibs.data with parameters of type MaybeMethod parameters in org.smallibs.data with type arguments of type Maybe