public static class Priority1StreamConverters.RichStream<A>
extends java.lang.Object
Constructor and Description |
---|
RichStream(java.util.stream.Stream<A> stream) |
Modifier and Type | Method and Description |
---|---|
Accumulator<A> |
accumulate() |
<Coll> Coll |
toScala(scala.collection.generic.CanBuildFrom<scala.runtime.Nothing$,A,Coll> cbf) |
<S> S |
unboxed(PrimitiveStreamUnboxer<A,S> ubx) |
public RichStream(java.util.stream.Stream<A> stream)
public Accumulator<A> accumulate()
public <Coll> Coll toScala(scala.collection.generic.CanBuildFrom<scala.runtime.Nothing$,A,Coll> cbf)
public <S> S unboxed(PrimitiveStreamUnboxer<A,S> ubx)