Uses of Class
com.github.underscore.Optional
-
Uses of Optional in com.github.underscore
Fields in com.github.underscore declared as OptionalModifier and TypeFieldDescriptionprivate static final Optional<?>
Optional.EMPTY
Underscore.string
Methods in com.github.underscore that return OptionalModifier and TypeMethodDescriptionstatic <E> Optional<E>
static <T> Optional<T>
Optional.empty()
static <E> Optional<E>
static <E> Optional<E>
static <T,
E> Optional<E> static <T> Optional<T>
Optional.fromNullable
(T nullableReference) Underscore.getString()
<F> Optional<F>
static <T> Optional<T>
Optional.of
(T arg) static <T> Optional<T>
Underscore.reduce
(Iterable<T> iterable, BinaryOperator<T> func) static <T> Optional<T>
Underscore.reduceRight
(Iterable<T> iterable, BinaryOperator<T> func) Methods in com.github.underscore that return types with arguments of type OptionalModifier and TypeMethodDescription<E> Underscore.Chain<Optional<T>>
U.Chain.groupBy
(Function<T, F> func, BinaryOperator<T> binaryOperator) <F> Underscore.Chain<Map<F,
Optional<T>>> Underscore.Chain.groupBy
(Function<T, F> func, BinaryOperator<T> binaryOperator) Underscore.groupBy
(Iterable<E> iterable, Function<E, K> func, BinaryOperator<E> binaryOperator) Underscore.groupBy
(Function<E, K> func, BinaryOperator<E> binaryOperator) U.Chain.reduce
(BinaryOperator<T> func) Underscore.Chain.reduce
(BinaryOperator<T> func) U.Chain.reduceRight
(BinaryOperator<T> func) Underscore.Chain.reduceRight
(BinaryOperator<T> func)