java.util.functions
package
that is part of OpenJDK 8.See: Description
Interface | Description |
---|---|
BiBlock<L,R> |
Performs operations on a pair of values from a BiValue.
|
BiMapper<T,U,V> |
Equivalent fo
Mapper for bi-values. |
BinaryOperator<T> |
BinaryOperator.
|
BiPredicate<L,R> |
Equivalent to
Predicate for bi-values. |
BiValue<K,V> |
Key/value pair.
|
Block<T> |
Block.
|
Combiner<T,U,V> |
Combiner.
|
Factory<T> |
Creates objects.
|
FlatMapper<T,R> |
FlatMapper.
|
Mapper<T,R> |
Mapper.
|
Predicate<T> |
Predicate.
|
Sink<T> |
Sink.
|
Class | Description |
---|---|
BiPredicates |
Static methods for dealing with
BiPredicate objects. |
BiPredicates.AbstractBiPredicate<K,V> | |
Blocks |
Static utility methods pertaining to
Block instances. |
Mappers |
Utilities for
Mapper . |
Mappers.AbstractMapper<T,R> | |
Predicates |
Static methods for dealing with
Predicate objects. |
Predicates.AbstractPredicate<T> |
java.util.functions
package
that is part of OpenJDK 8.Copyright © 2012-2014 Julian Hyde. All Rights Reserved.