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 |
---|---|
BiBlock<L,R> |
BiBlock.chain(BiBlock<? super L,? super R> second) |
Modifier and Type | Method and Description |
---|---|
BiBlock<L,R> |
BiBlock.chain(BiBlock<? super L,? super R> second) |
Modifier and Type | Method and Description |
---|---|
void |
MapStream.forEach(BiBlock<? super K,? super V> block) |
void |
MapStream.AbstractMapStream.forEach(BiBlock<? super K,? super V> biBlock) |
static <K,V> void |
MapStream.Impl.forEach(MapStream<K,V> s,
BiBlock<? super K,? super V> block) |
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.