Uses of Class
com.github.underscore.Tuple
-
Uses of Tuple in com.github.underscore
Fields in com.github.underscore with type parameters of type TupleMethods in com.github.underscore that return TupleModifier and TypeMethodDescriptionstatic <A,
B> Tuple<A, B> Tuple.create
(A a, B b) Underscore.pop()
Underscore.shift()
Methods in com.github.underscore that return types with arguments of type TupleModifier and TypeMethodDescriptionUnderscore.Chain<Tuple<T,
List<T>>> Underscore.Chain.pop()
Underscore.Chain<Tuple<T,
List<T>>> Underscore.Chain.shift()
Method parameters in com.github.underscore with type arguments of type TupleModifier and TypeMethodDescription<E> Underscore.Chain<Optional<T>>
static <T,
E> Optional<E> static <K,
V> Map<K, V> <E> Underscore.Chain<T>
static <T,
E> Set<E> Constructor parameters in com.github.underscore with type arguments of type Tuple