public final class Distributed extends Object
java.util.function
interfaces.Modifier and Type | Class and Description |
---|---|
static interface |
Distributed.BiConsumer<T,U>
Represents an operation that accepts two input arguments and returns no
result.
|
static interface |
Distributed.BiFunction<T,U,R>
Represents a function that accepts two arguments and produces a result.
|
static interface |
Distributed.BinaryOperator<T>
Represents an operation upon two operands of the same type, producing a result
of the same type as the operands.
|
static interface |
Distributed.BiPredicate<T,U>
Represents a predicate (boolean-valued function) of two arguments.
|
static interface |
Distributed.BooleanSupplier
Represents a supplier of
boolean -valued results. |
static interface |
Distributed.Comparator<T>
A comparison function, which imposes a total ordering on some
collection of objects.
|
static interface |
Distributed.Consumer<T>
Represents an operation that accepts a single input argument and returns no
result.
|
static interface |
Distributed.DoubleBinaryOperator
Represents an operation upon two
double -valued operands and producing a
double -valued result. |
static interface |
Distributed.DoubleConsumer
Represents an operation that accepts a single
double -valued argument and
returns no result. |
static interface |
Distributed.DoubleFunction<R>
Represents a function that accepts a double-valued argument and produces a
result.
|
static interface |
Distributed.DoublePredicate
Represents a predicate (boolean-valued function) of one
double -valued
argument. |
static interface |
Distributed.DoubleSupplier
Represents a supplier of
double -valued results. |
static interface |
Distributed.DoubleToIntFunction
Represents a function that accepts a double-valued argument and produces an
int-valued result.
|
static interface |
Distributed.DoubleToLongFunction
Represents a function that accepts a double-valued argument and produces a
long-valued result.
|
static interface |
Distributed.DoubleUnaryOperator
Represents an operation on a single
double -valued operand that produces
a double -valued result. |
static interface |
Distributed.Function<T,R>
Represents a function that accepts one argument and produces a result.
|
static interface |
Distributed.IntBinaryOperator
Represents an operation upon two
int -valued operands and producing an
int -valued result. |
static interface |
Distributed.IntConsumer
Represents an operation that accepts a single
int -valued argument and
returns no result. |
static interface |
Distributed.IntFunction<R>
Represents a function that accepts an int-valued argument and produces a
result.
|
static interface |
Distributed.IntPredicate
Represents a predicate (boolean-valued function) of one
int -valued
argument. |
static interface |
Distributed.IntSupplier
Represents a supplier of
int -valued results. |
static interface |
Distributed.IntToDoubleFunction
Represents a function that accepts an int-valued argument and produces a
double-valued result.
|
static interface |
Distributed.IntToLongFunction
Represents a function that accepts an int-valued argument and produces a
long-valued result.
|
static interface |
Distributed.IntUnaryOperator
Represents an operation on a single
int -valued operand that produces
an int -valued result. |
static interface |
Distributed.LongBinaryOperator
Represents an operation upon two
long -valued operands and producing a
long -valued result. |
static interface |
Distributed.LongConsumer
Represents an operation that accepts a single
long -valued argument and
returns no result. |
static interface |
Distributed.LongFunction<R>
Represents a function that accepts a long-valued argument and produces a
result.
|
static interface |
Distributed.LongPredicate
Represents a predicate (boolean-valued function) of one
long -valued
argument. |
static interface |
Distributed.LongSupplier
Represents a supplier of
long -valued results. |
static interface |
Distributed.LongToDoubleFunction
Represents a function that accepts a long-valued argument and produces a
double-valued result.
|
static interface |
Distributed.LongToIntFunction
Represents a function that accepts a long-valued argument and produces an
int-valued result.
|
static interface |
Distributed.LongUnaryOperator
Represents an operation on a single
long -valued operand that produces
a long -valued result. |
static interface |
Distributed.ObjDoubleConsumer<T>
Represents an operation that accepts an object-valued and a
double -valued argument, and returns no result. |
static interface |
Distributed.ObjIntConsumer<T>
Represents an operation that accepts an object-valued and a
int -valued argument, and returns no result. |
static interface |
Distributed.ObjLongConsumer<T>
Represents an operation that accepts an object-valued and a
long -valued argument, and returns no result. |
static class |
Distributed.Optional<T>
A container object which may or may not contain a non-null value.
|
static interface |
Distributed.Predicate<T>
Represents a predicate (boolean-valued function) of one argument.
|
static interface |
Distributed.Supplier<T>
Represents a supplier of results.
|
static interface |
Distributed.ToDoubleBiFunction<T,U>
Represents a function that accepts two arguments and produces a double-valued
result.
|
static interface |
Distributed.ToDoubleFunction<T>
Represents a function that produces a double-valued result.
|
static interface |
Distributed.ToIntBiFunction<T,U>
Represents a function that accepts two arguments and produces an int-valued
result.
|
static interface |
Distributed.ToIntFunction<T>
Represents a function that produces an int-valued result.
|
static interface |
Distributed.ToLongBiFunction<T,U>
Represents a function that accepts two arguments and produces a long-valued
result.
|
static interface |
Distributed.ToLongFunction<T>
Represents a function that produces a long-valued result.
|
static interface |
Distributed.UnaryOperator<T>
Represents an operation on a single operand that produces a result of the
same type as its operand.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.