| Class | Description |
|---|---|
| Applications |
transform, tap, each, map.
|
| Boxing |
Array boxing and unboxing.
|
| Casts |
widen, widener, narrow, narrower, vary, variator.
|
| Comparing |
max, min, ordered.
|
| Compositions |
compose
|
| Consumers |
all, maybeFirst, first, maybeOne, one, maybeLast, last, nth, maybeNth, at,
maybeAt, pipe.
|
| Dispatching |
curry, mcurry, rcurry, ignore, ignore1st, ignore2nd, ignore3rd, provider,
delegate, runnable, action, proposition, predicate.
|
| Filtering |
filter, takeLast, atMostLast, takeWhile, dropWhile, take, drop, slice.
|
| Groups |
groupBy, partition, indexBy.
|
| Interceptors |
intercept.
|
| Iterations |
Iterators and Iterables shortcuts.
|
| Logic |
and, or, not, always, never.
|
| Logic.Binary |
and, or, not, always, never.
|
| Logic.Ternary |
and, or, not, always, never.
|
| Logic.Unary |
and, or, not, always, never.
|
| Maps | |
| Maps.Nested | |
| Multiplexing |
flatten, chain, mux, muxLongest, demux, demuxLongest, roundrobin.
|
| Options | |
| Options.Boxes |
pure, pures.
|
| Options.Eithers |
pure, pures, lefts, rights.
|
| Options.Maybes |
pure, pures, justs, lift, lifts, drop, drops.
|
| Pagination |
page.
|
| Pagination.LongPages |
page.
|
| Pipelines |
pipeline.
|
| Pipelines.Binary |
pipeline.
|
| Pipelines.Ternary |
pipeline.
|
| Pipelines.Unary |
pipeline.
|
| Ranges<T> | |
| Reductions |
reduce, any, every, count, maximum, minimum.
|
| Searches | |
| Spies |
spy, spy1st, spy2nd, spy3rd, spyRes, monitor.
|
| Strings |
concat, join, interpose, repeat.
|
| Tuples |
tupled.
|
| Tuples.Pairs |
untupled.
|
| Tuples.Triples |
untupled.
|
| Windowing |
window, centered.
|
| Zips |
longest, shortest, counted.
|
Copyright © 2016. All rights reserved.