public interface FluentCollectionX<T> extends CollectionX<T>
Modifier and Type | Method and Description |
---|---|
FluentCollectionX<T> |
minus(java.lang.Object e) |
FluentCollectionX<T> |
minusAll(java.util.Collection<?> list) |
FluentCollectionX<T> |
plus(T e) |
FluentCollectionX<T> |
plusAll(java.util.Collection<? extends T> list) |
default FluentCollectionX<T> |
plusInOrder(T e) |
<R> FluentCollectionX<R> |
unit(java.util.Collection<R> col) |
cast, collectable, combinations, combinations, combine, distinct, dropRight, dropUntil, dropWhile, filter, filterNot, findAny, findFirst, flatMap, forEach2, forEach2, forEach3, forEach3, from, fromCollection, getAtIndex, groupBy, grouped, grouped, grouped, head, headAndTail, limit, map, notNull, patternMatch, peek, permutations, removeAll, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, retainAll, reverse, scanLeft, scanLeft, scanRight, scanRight, single, single, singleOptional, skip, slice, sliding, sliding, sorted, sorted, sorted, stream, takeRight, takeUntil, takeWhile, trampoline, zip, zip, zipStream, zipWithIndex
xMatch
fixedDelay, onePer, xPer
ofType
ap1, ap2, ap3, ap4, ap5, applicatives
flatMapPublisher, flatMapPublisher, flatMapPublisher, mergePublisher, mergePublisher, unitIterator
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArray
allMatch, anyMatch, avg, avg, avgDouble, avgInt, avgLong, collect, count, count, countDistinct, countDistinct, countDistinctBy, countDistinctBy, max, max, max, max, maxBy, maxBy, median, median, medianBy, medianBy, min, min, min, min, minBy, minBy, mode, noneMatch, percentile, percentile, percentileBy, percentileBy, sum, sum, sumDouble, sumInt, sumLong, toCollection, toList, toList, toMap, toSet, toSet, toString, toString
default FluentCollectionX<T> plusInOrder(T e)
FluentCollectionX<T> plus(T e)
FluentCollectionX<T> plusAll(java.util.Collection<? extends T> list)
FluentCollectionX<T> minus(java.lang.Object e)
FluentCollectionX<T> minusAll(java.util.Collection<?> list)
<R> FluentCollectionX<R> unit(java.util.Collection<R> col)