Uses of Class
com.github.underscore.Underscore.Chain
-
Uses of Underscore.Chain in com.github.underscore
Subclasses of Underscore.Chain in com.github.underscoreMethods in com.github.underscore that return Underscore.ChainModifier and TypeMethodDescription<F> Underscore.Chain
<Map<F, T>> Underscore.Chain.associateBy
(Function<T, F> func) Underscore.chain()
static Underscore.Chain
<Integer> Underscore.chain
(int[] array) static <T> Underscore.Chain
<T> static <T> Underscore.Chain
<T> static <T> Underscore.Chain
<T> static Underscore.Chain
<Map<String, Object>> static <T> Underscore.Chain
<T> Underscore.chain
(T... array) Underscore.Chain.chunk
(int size) Underscore.Chain.chunk
(int size, int step) Underscore.Chain.compact()
Underscore.Chain.containsWith
(T elem) Underscore.Chain.countBy()
<F> Underscore.Chain
<Map<F, Integer>> Underscore.Chain.cycle
(int times) Underscore.Chain.difference
(List<T>... lists) Underscore.Chain.distinct()
<F> Underscore.Chain
<F> Underscore.Chain.distinctBy
(Function<T, F> func) Underscore.Chain.filterFalse
(Predicate<T> pred) Underscore.Chain.filterIndexed
(Underscore.PredicateIndexed<T> pred) <E> Underscore.Chain
<Optional<T>> Underscore.Chain.first()
Underscore.Chain.first
(int n) Underscore.Chain.firstOrNull()
Underscore.Chain.firstOrNull
(Predicate<T> pred) Underscore.Chain.flatten()
Underscore.Chain.forEachRight
(Consumer<T> func) <F> Underscore.Chain
<Map<F, List<T>>> <F> Underscore.Chain
<Map<F, Optional<T>>> Underscore.Chain.groupBy
(Function<T, F> func, BinaryOperator<T> binaryOperator) Underscore.Chain.initial()
Underscore.Chain.initial
(int n) Underscore.Chain.interposeByList
(Iterable<T> interIter) Underscore.Chain.intersection
(List<T>... lists) Underscore.Chain.join()
Underscore.Chain.last()
Underscore.Chain.last
(int n) Underscore.Chain.lastOrNull()
Underscore.Chain.lastOrNull
(Predicate<T> pred) Underscore.Chain.limit
(int size) <F> Underscore.Chain
<F> <F> Underscore.Chain
<F> Underscore.Chain.mapIndexed
(BiFunction<Integer, ? super T, F> func) <F> Underscore.Chain
<F> Underscore.Chain.mapMulti
(BiConsumer<? super T, ? super Consumer<F>> mapper) Underscore.Chain.max()
<F extends Comparable<? super F>>
Underscore.Chain<T> Underscore.Chain.min()
<F extends Comparable<? super F>>
Underscore.Chain<T> Underscore.of()
static Underscore.Chain
<Integer> Underscore.of
(int[] array) static <T> Underscore.Chain
<T> static <T> Underscore.Chain
<T> static <T> Underscore.Chain
<T> static <T> Underscore.Chain
<T> Underscore.of
(T... array) Underscore.Chain.pop()
Underscore.Chain.range
(int stop) Underscore.Chain.range
(int start, int stop) Underscore.Chain.range
(int start, int stop, int step) <F> Underscore.Chain
<F> Underscore.Chain.reduce
(BiFunction<F, T, F> func, F zeroElem) Underscore.Chain.reduce
(BinaryOperator<T> func) <F> Underscore.Chain
<F> Underscore.Chain.reduceRight
(BiFunction<F, T, F> func, F zeroElem) Underscore.Chain.reduceRight
(BinaryOperator<T> func) Underscore.Chain.rejectIndexed
(Underscore.PredicateIndexed<T> pred) Underscore.Chain.replaceIndexed
(Underscore.PredicateIndexed<T> pred, T value) Underscore.Chain.rest()
Underscore.Chain.rest
(int n) Underscore.Chain.reverse()
Underscore.Chain.sample()
Underscore.Chain.sample
(int howMany) Underscore.Chain.shift()
Underscore.Chain.shuffle()
Underscore.Chain.skip
(int numberToSkip) Underscore.Chain.slice
(int start) Underscore.Chain.slice
(int start, int end) Underscore.Chain.sort()
<F extends Comparable<? super F>>
Underscore.Chain<T> <K> Underscore.Chain
<Map<K, Comparable>> Underscore.Chain.sortBy
(K key) <F extends Comparable<? super F>>
Underscore.Chain<F> Underscore.Chain.sortWith
(Comparator<F> comparator) Underscore.Chain.splitAt
(int position) Underscore.Chain.takeSkipping
(int stepSize) <K,
V> Underscore.Chain <Map<K, V>> Underscore.Chain.toMap()
Underscore.Chain.uniq()
<F> Underscore.Chain
<T> <E> Underscore.Chain
<T>