Package | Description |
---|---|
net.hydromatic.lambda.functions |
Provides a similar API to the
java.util.functions package
that is part of OpenJDK 8. |
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 |
---|---|
void |
FlatMapper.flatMapInto(T element,
Sink<? super R> sink) |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulSink<T,V>
StatefulSink.
|
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.