Package | Description |
---|---|
net.hydromatic.lambda.streams |
Provides a similar API to the
java.util.streams package
that is part of JDK 8. |
Modifier and Type | Method and Description |
---|---|
<U> U |
SequentialStreamOps.fold(Factory<U> seedFactory,
Combiner<U,T,U> reducer,
BinaryOperator<U> combiner) |
<A extends Map<? super K,C>,C extends Collection<? super V>> |
MapStream.intoMulti(A destination,
Factory<C> factory) |
<A extends Map<? super K,C>,C extends Collection<? super V>> |
MapStream.AbstractMapStream.intoMulti(A destination,
Factory<C> factory) |
static <K,V,A extends Map<? super K,C>,C extends Collection<? super V>> |
MapStream.Impl.intoMulti(MapStream<K,V> s,
A destination,
Factory<C> factory) |
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.