public interface FluentSequenceX<T> extends FluentCollectionX<T>
| Modifier and Type | Method and Description |
|---|---|
FluentSequenceX<T> |
minus(int i) |
FluentSequenceX<T> |
minus(java.lang.Object e)
Remove the specified element from this collection
|
FluentSequenceX<T> |
minusAll(java.util.Collection<?> list)
Remove all the specified elements from this collection
|
FluentSequenceX<T> |
plus(int i,
T e) |
FluentSequenceX<T> |
plus(T e)
Add an element to this Collection
|
FluentSequenceX<T> |
plusAll(java.util.Collection<? extends T> list)
Add all supplied elements to this Collection
|
FluentSequenceX<T> |
plusAll(int i,
java.util.Collection<? extends T> list) |
FluentSequenceX<T> |
subList(int start,
int end) |
FluentSequenceX<T> |
with(int i,
T e) |
plusInOrder, unitcast, collectable, combinations, combinations, combine, cycle, cycle, cycleUntil, cycleWhile, distinct, dropRight, dropUntil, dropWhile, filter, filterNot, findAny, findFirst, flatMap, forEach2, forEach2, forEach3, forEach3, from, fromCollection, getAtIndex, groupBy, grouped, grouped, grouped, grouped, groupedStatefullyWhile, groupedUntil, groupedUntil, groupedWhile, groupedWhile, head, headAndTail, intersperse, limit, limitLast, limitUntil, limitWhile, map, notNull, onEmpty, onEmptyGet, onEmptyThrow, patternMatch, peek, permutations, removeAll, removeAll, removeAll, removeAll, retainAll, retainAll, retainAll, retainAll, reverse, scanLeft, scanLeft, scanRight, scanRight, shuffle, shuffle, single, single, singleOptional, skip, skipLast, skipUntil, skipWhile, slice, sliding, sliding, sorted, sorted, sorted, stream, takeRight, takeUntil, takeWhile, trampoline, zip, zip, zip, zip3, zip4, zipStream, zipWithIndexgroupedStatefullyWhileT, groupedT, groupedUntilT, groupedWhileT, slidingT, slidingTfixedDelay, onePer, xPerofTypeap1, ap2, ap3, ap4, ap5, applicativesflatMapPublisher, flatMapPublisher, flatMapPublisher, mergePublisher, mergePublisher, unitIteratorfutureOperations, lazyOperations, subscribe, traversableseq, toCompletableFuture, toDequeX, toEvalAlways, toEvalLater, toEvalNow, toFutureStream, toFutureStream, toFutureW, toIor, toIorSecondary, toListX, toMapX, toMaybe, toOptional, toPBagX, toPMapX, toPOrderedSetX, toPQueueX, toPSetX, toPStackX, toPVectorX, toQueueX, toSetX, toSimpleReact, toSimpleReact, toSortedSetX, toStreamable, toTry, toValue, toValueMap, toValueSet, toXor, toXorSecondaryadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, toArray, toArrayallMatch, anyMatch, avg, avg, avgDouble, avgInt, avgLong, bitAnd, bitAnd, bitAndInt, bitAndLong, bitOr, bitOr, bitOrInt, bitOrLong, collect, commonPrefix, commonSuffix, count, count, countDistinct, countDistinct, countDistinctBy, countDistinctBy, max, max, max, max, maxAll, maxAll, maxAll, maxAll, maxAllBy, maxAllBy, maxBy, maxBy, median, median, medianBy, medianBy, min, min, min, min, minAll, minAll, minAll, minAll, minAllBy, minAllBy, minBy, minBy, mode, modeAll, modeAllBy, modeBy, noneMatch, percentile, percentile, percentileBy, percentileBy, sum, sum, sumDouble, sumInt, sumLong, toCollection, toList, toList, toMap, toMap, toSet, toSet, toString, toStringFluentSequenceX<T> plus(T e)
FluentCollectionXplus in interface FluentCollectionX<T>e - Element to addFluentSequenceX<T> plusAll(java.util.Collection<? extends T> list)
FluentCollectionXplusAll in interface FluentCollectionX<T>list - of elements to addFluentSequenceX<T> with(int i, T e)
FluentSequenceX<T> plus(int i, T e)
FluentSequenceX<T> plusAll(int i, java.util.Collection<? extends T> list)
FluentSequenceX<T> minus(java.lang.Object e)
FluentCollectionXminus in interface FluentCollectionX<T>e - Element to removeFluentSequenceX<T> minusAll(java.util.Collection<?> list)
FluentCollectionXminusAll in interface FluentCollectionX<T>list - of elements to removeFluentSequenceX<T> minus(int i)
FluentSequenceX<T> subList(int start, int end)