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. |
Class and Description |
---|
BiBlock
Performs operations on a pair of values from a BiValue.
|
BiMapper
Equivalent fo
Mapper for bi-values. |
BiPredicate
Equivalent to
Predicate for bi-values. |
Block
Block.
|
Combiner
Combiner.
|
Mapper
Mapper.
|
Predicate
Predicate.
|
Sink
Sink.
|
Class and Description |
---|
BiBlock
Performs operations on a pair of values from a BiValue.
|
BiMapper
Equivalent fo
Mapper for bi-values. |
BinaryOperator
BinaryOperator.
|
BiPredicate
Equivalent to
Predicate for bi-values. |
BiValue
Key/value pair.
|
Combiner
Combiner.
|
Factory
Creates objects.
|
FlatMapper
FlatMapper.
|
Mapper
Mapper.
|
Predicate
Predicate.
|
Sink
Sink.
|
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.