See: Description
Interface | Description |
---|---|
BiConsumer<T,U> |
Represents an operation that accepts two input arguments and returns no
result.
|
Consumer<T> |
Represents an operation that accepts a single input argument and returns no
result.
|
IntFunction<R> |
Represents a function that accepts an int-valued argument and produces a
result.
|
LongFunction<R> |
Represents a function that accepts a long-valued argument and produces a
result.
|
LongLongConsumer |
This is a (long,long) primitive specialisation of a BiConsumer
|
Predicate<T> |
Represents a predicate (boolean-valued function) of one argument.
|
Supplier<T> |
Represents a supplier of results.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.