- accept(T, U) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
-
Performs this operation on the given arguments.
- accept(T) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
-
Performs this operation on the given argument.
- accept(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
-
Performs this operation on the given argument.
- accept(int) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
-
Performs this operation on the given argument.
- accept(long) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
-
Performs this operation on the given argument.
- accept(T, double) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
-
Performs this operation on the given arguments.
- accept(T, int) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
-
Performs this operation on the given arguments.
- accept(T, long) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
-
Performs this operation on the given arguments.
- and(BiPredicateEx<? super T, ? super U, E>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(DoublePredicateEx<E>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(IntPredicateEx<E>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(LongPredicateEx) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- and(PredicateEx<? super T, E>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
-
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
- andThen(BiConsumerEx<? super T, ? super U, E>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
-
Returns a composed BiConsumer that performs, in sequence, this
operation followed by the after operation.
- andThen(FunctionEx<? super R, ? extends V, E>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- andThen(ConsumerEx<? super T, E>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
-
Returns a composed Consumer that performs, in sequence, this
operation followed by the after operation.
- andThen(DoubleConsumerEx<E>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
-
Returns a composed DoubleConsumer that performs, in sequence, this
operation followed by the after operation.
- andThen(DoubleUnaryOperatorEx<E>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
-
Returns a composed operator that first applies this operator to
its input, and then applies the after operator to the result.
- andThen(FunctionEx<? super R, ? extends V, E>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
-
Returns a composed function that first applies this function to
its input, and then applies the after function to the result.
- andThen(IntConsumerEx<E>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
-
Returns a composed IntConsumer that performs, in sequence, this
operation followed by the after operation.
- andThen(IntUnaryOperatorEx) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
-
Returns a composed operator that first applies this operator to
its input, and then applies the after operator to the result.
- andThen(LongConsumerEx) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
-
Returns a composed LongConsumer that performs, in sequence, this
operation followed by the after operation.
- andThen(LongUnaryOperatorEx<E>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
-
Returns a composed operator that first applies this operator to
its input, and then applies the after operator to the result.
- apply(T, U) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
-
Applies this function to the given arguments.
- apply(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
-
Applies this function to the given argument.
- apply(T) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
-
Applies this function to the given argument.
- apply(int) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
-
Applies this function to the given argument.
- apply(long) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
-
Applies this function to the given argument.
- applyAsDouble(double, double) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
-
Applies this operator to the given operands.
- applyAsDouble(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
-
Applies this operator to the given operand.
- applyAsDouble(int) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
-
Applies this function to the given argument.
- applyAsDouble(long) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
-
Applies this function to the given argument.
- applyAsDouble(T, U) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
-
Applies this function to the given arguments.
- applyAsDouble(T) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
-
Applies this function to the given argument.
- applyAsInt(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
-
Applies this function to the given argument.
- applyAsInt(int, int) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
-
Applies this operator to the given operands.
- applyAsInt(int) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
-
Applies this operator to the given operand.
- applyAsInt(long) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
-
Applies this function to the given argument.
- applyAsInt(T, U) - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
-
Applies this function to the given arguments.
- applyAsInt(T) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
-
Applies this function to the given argument.
- applyAsLong(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
-
Applies this function to the given argument.
- applyAsLong(int) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
-
Applies this function to the given argument.
- applyAsLong(long, long) - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
-
Applies this operator to the given operands.
- applyAsLong(long) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
-
Applies this operator to the given operand.
- applyAsLong(T, U) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
-
Applies this function to the given arguments.
- applyAsLong(T) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
-
Applies this function to the given argument.
- identity() - Static method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface org.xblackcat.sjpu.util.function.FunctionEx
-
Returns a function that always returns its input argument.
- identity() - Static method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
-
Returns a unary operator that always returns its input argument.
- identity() - Static method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
-
Returns a unary operator that always returns its input argument.
- ILockPool<ID> - Interface in org.xblackcat.sjpu.util.lock
-
26.09.2015 10:54
- increment() - Method in class org.xblackcat.sjpu.util.lock.LockPool.LockHolder
-
- IntBinaryOperatorEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
-
Represents an operation upon two int-valued operands and producing an
int-valued result.
- IntConsumerEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
-
Represents an operation that accepts a single int-valued argument and
returns no result.
- IntFunctionEx<R,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
-
Represents a function that accepts an int-valued argument and produces a
result.
- IntPredicateEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
-
Represents a predicate (boolean-valued function) of one int-valued
argument.
- IntSupplierEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
-
Represents a supplier of int-valued results.
- IntToDoubleFunctionEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
-
Represents a function that accepts an int-valued argument and produces a
double-valued result.
- IntToLongFunctionEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
-
Represents a function that accepts an int-valued argument and produces a
long-valued result.
- IntUnaryOperatorEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
-
Represents an operation on a single int-valued operand that produces
an int-valued result.
- isEqual(Object) - Static method in interface org.xblackcat.sjpu.util.function.PredicateEx
-
Returns a predicate that tests if two arguments are equal according
to Objects.equals(Object, Object).