Uses of Interface
org.jhotdraw8.icollection.impl.redblack.Option
Packages that use Option
-
Uses of Option in org.jhotdraw8.icollection.impl.redblack
Classes in org.jhotdraw8.icollection.impl.redblack that implement OptionModifier and TypeClassDescriptionstatic final recordOption.None<T>static final recordOption.Some<T>Methods in org.jhotdraw8.icollection.impl.redblack that return OptionModifier and TypeMethodDescriptionstatic <T> Option<T> Option.none()static <T> Option<T> Option.of(T value) Creates a newOptionof a given value.Returns thisOptionif it is nonempty, otherwise return the alternative.static <T> Option<T> Option.some(T value) Methods in org.jhotdraw8.icollection.impl.redblack with parameters of type OptionModifier and TypeMethodDescriptionReturns thisOptionif it is nonempty, otherwise return the alternative.