Interface | Description |
---|---|
IntArraySupplier |
This interface acts as a trait that helps implementing the valueSupplier requested by indexed-spliterators
(such as
LongIndexedSpliterator or BigIntegerIndexedSpliterator ) with the type parameter int[] . |
Splittable<S extends Splittable<S>> |
A functional interface providing a method for splitting this instance.
|
Splittable.BigIntegerIndexed<T> | |
Splittable.LongIndexed<T> | |
Streamable<T,S extends Streamable<T,S>> |
Objects implementing this interface provide data in form of sequential or parallel
Stream s. |
Class | Description |
---|---|
BigIntegerIndexedSpliterator<T,S extends BigIntegerIndexedSpliterator<T,S>> |
An indexed-spliterator that uses a BigInteger index.
|
LongIndexedSpliterator<T,S extends LongIndexedSpliterator<T,S>> |
An indexed-spliterator that uses a long index.
|
StreamableProxy<T,S extends StreamableProxy<T,S>> |
A
Streamable that forwards its calls to a delegate |