Uses of Class
one.util.streamex.Internals.Box
-
-
Uses of Internals.Box in one.util.streamex
Subclasses of Internals.Box in one.util.streamex Modifier and Type Class Description (package private) class
CollapseSpliterator<T,R>
(package private) class
DistinctSpliterator<T>
static class
Internals.ObjDoubleBox<A>
static class
Internals.ObjIntBox<A>
static class
Internals.ObjLongBox<A>
static class
Internals.PairBox<A,B>
A box of two elements with special equality semantics: only the second element matters for equality.Fields in one.util.streamex declared as Internals.Box Modifier and Type Field Description private Internals.Box<U>
ZipSpliterator. l
private Internals.Box<V>
ZipSpliterator. r
Methods in one.util.streamex that return types with arguments of type Internals.Box Modifier and Type Method Description (package private) static <A,R>
Internals.PartialCollector<Internals.Box<A>,R>Internals.Box. partialCollector(java.util.stream.Collector<?,A,R> c)
Methods in one.util.streamex with parameters of type Internals.Box Modifier and Type Method Description (package private) static <A> java.util.Optional<A>
Internals.Box. asOptional(Internals.Box<A> box)
-