Skip navigation links
A B C D F G I L M N O P R S T U 

A

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.

B

BiConsumerEx<T,U,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation that accepts two input arguments and returns no result.
BiFunctionEx<T,U,R,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts two arguments and produces a result.
BinaryOperatorEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
BiPredicateEx<T,U,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a predicate (boolean-valued function) of two arguments.
BooleanSupplierEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a supplier of boolean-valued results.

C

compose(DoubleUnaryOperatorEx<E>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(FunctionEx<? super V, ? extends T, E>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
Returns a composed function that first applies the before function to its input, and then applies this function to the result.
compose(IntUnaryOperatorEx) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
compose(LongUnaryOperatorEx<E>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
Returns a composed operator that first applies the before operator to its input, and then applies this operator to the result.
ConsumerEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation that accepts a single input argument and returns no result.
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
cover(String, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
cover(BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
cover(Supplier<String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
cover(Function<Throwable, String>, BiFunction<String, Throwable, C>) - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
CoveringException - Exception in org.xblackcat.sjpu.util.function
Exception for covering checked exceptions from functional *Ex interfaces by default used in unchecked() method of the interfaces.
CoveringException() - Constructor for exception org.xblackcat.sjpu.util.function.CoveringException
 
CoveringException(String) - Constructor for exception org.xblackcat.sjpu.util.function.CoveringException
 
CoveringException(String, Throwable) - Constructor for exception org.xblackcat.sjpu.util.function.CoveringException
 
CoveringException(Throwable) - Constructor for exception org.xblackcat.sjpu.util.function.CoveringException
 
CoveringException(String, Throwable, boolean, boolean) - Constructor for exception org.xblackcat.sjpu.util.function.CoveringException
 

D

decrement() - Method in class org.xblackcat.sjpu.util.lock.LockPool.LockHolder
 
DoubleBinaryOperatorEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation upon two double-valued operands and producing a double-valued result.
DoubleConsumerEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation that accepts a single double-valued argument and returns no result.
DoubleFunctionEx<R,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts a double-valued argument and produces a result.
DoublePredicateEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a predicate (boolean-valued function) of one double-valued argument.
DoubleSupplierEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a supplier of double-valued results.
DoubleToIntFunctionEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts a double-valued argument and produces an int-valued result.
DoubleToLongFunctionEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts a double-valued argument and produces a long-valued result.
DoubleUnaryOperatorEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation on a single double-valued operand that produces a double-valued result.

F

fix(T, U) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
fix(T, U) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
fix(double, double) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
fix(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
fix(double) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
fix(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
fix(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
fix(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
fix(T) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
fix(int, int) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
fix(int) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
fix(int) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
fix(int) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
fix(int) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
fix(int) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
fix(long, long) - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
 
fix(long) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
fix(long) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
fix(long) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
fix(long) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
fix(T) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
fix(T, U) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
fix(T) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
fix(T, U) - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
 
fix(T) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
fix(T, U) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
fix(T) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
Build and return FunctionEx interface obtained from the bi-function by fixing first parameter with specified constant value.
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
fixLeft(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
fixLeft(int) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
fixLeft(long) - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
 
fixLeft(T) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
fixRight(U) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
fixRight(U) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
Build and return FunctionEx interface obtained from the bi-function by fixing second parameter with specified constant value.
fixRight(T) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
fixRight(U) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
fixRight(double) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
fixRight(int) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
fixRight(long) - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
 
fixRight(double) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
fixRight(int) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
fixRight(long) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
fixRight(U) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
fixRight(U) - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
 
fixRight(U) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
FunctionEx<T,R,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts one argument and produces a result.

G

get() - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
Gets a result.
getAsBoolean() - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
Gets a result.
getAsDouble() - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
Gets a result.
getAsInt() - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
Gets a result.
getAsLong() - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
Gets a result.
getLock(ID) - Method in interface org.xblackcat.sjpu.util.lock.ILockPool
 
getLock(ID) - Method in class org.xblackcat.sjpu.util.lock.LockPool
 
getLock() - Method in class org.xblackcat.sjpu.util.lock.LockPool.LockHolder
 

I

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).

L

lock - Variable in class org.xblackcat.sjpu.util.lock.LockPool.LockHolder
 
LockPool<ID> - Class in org.xblackcat.sjpu.util.lock
26.09.2015 9:56
LockPool() - Constructor for class org.xblackcat.sjpu.util.lock.LockPool
 
LockPool(Supplier<Lock>) - Constructor for class org.xblackcat.sjpu.util.lock.LockPool
 
LockPool(Function<ID, Lock>) - Constructor for class org.xblackcat.sjpu.util.lock.LockPool
 
lockPool - Variable in class org.xblackcat.sjpu.util.lock.LockPool
 
LockPool.LockHolder - Class in org.xblackcat.sjpu.util.lock
26.09.2015 10:09
lockProvider - Variable in class org.xblackcat.sjpu.util.lock.LockPool
 
LongBinaryOperatorEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation upon two long-valued operands and producing a long-valued result.
LongConsumerEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation that accepts a single long-valued argument and returns no result.
LongFunctionEx<R,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts a long-valued argument and produces a result.
LongPredicateEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a predicate (boolean-valued function) of one long-valued argument.
LongSupplierEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a supplier of long-valued results.
LongToDoubleFunctionEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts a long-valued argument and produces a double-valued result.
LongToIntFunctionEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts a long-valued argument and produces an int-valued result.
LongUnaryOperatorEx<E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation on a single long-valued operand that produces a long-valued result.

M

maxBy(Comparator<? super T>) - Static method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
Returns a BinaryOperatorEx which returns the greater of two elements according to the specified Comparator.
minBy(Comparator<? super T>) - Static method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
Returns a BinaryOperatorEx which returns the lesser of two elements according to the specified Comparator.

N

negate() - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
Returns a predicate that represents the logical negation of this predicate.

O

ObjDoubleConsumerEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation that accepts an object-valued and a double-valued argument, and returns no result.
ObjIntConsumerEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation that accepts an object-valued and a int-valued argument, and returns no result.
ObjLongConsumerEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation that accepts an object-valued and a long-valued argument, and returns no result.
or(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 OR of this predicate and another.
or(DoublePredicateEx<E>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(IntPredicateEx<E>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(LongPredicateEx) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(PredicateEx<? super T, E>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
org.xblackcat.sjpu.util.function - package org.xblackcat.sjpu.util.function
 
org.xblackcat.sjpu.util.lock - package org.xblackcat.sjpu.util.lock
 

P

poolLock - Variable in class org.xblackcat.sjpu.util.lock.LockPool
 
PredicateEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a predicate (boolean-valued function) of one argument.

R

requested - Variable in class org.xblackcat.sjpu.util.lock.LockPool.LockHolder
 

S

SupplierEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a supplier of results.

T

test(T, U) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
Evaluates this predicate on the given arguments.
test(double) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
Evaluates this predicate on the given argument.
test(int) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
Evaluates this predicate on the given argument.
test(long) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
Evaluates this predicate on the given argument.
test(T) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
Evaluates this predicate on the given argument.
ToDoubleBiFunctionEx<T,U,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts two arguments and produces a double-valued result.
ToDoubleFunctionEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that produces a double-valued result.
ToIntBiFunctionEx<T,U,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts two arguments and produces an int-valued result.
ToIntFunctionEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that produces an int-valued result.
ToLongBiFunctionEx<T,U,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that accepts two arguments and produces a long-valued result.
ToLongFunctionEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents a function that produces a long-valued result.

U

UnaryOperatorEx<T,E extends java.lang.Throwable> - Interface in org.xblackcat.sjpu.util.function
Represents an operation on a single operand that produces a result of the same type as its operand.
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiConsumerEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BinaryOperatorEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BiPredicateEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.BooleanSupplierEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ConsumerEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleBinaryOperatorEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleConsumerEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoublePredicateEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleSupplierEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToIntFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleToLongFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.DoubleUnaryOperatorEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.FunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntBinaryOperatorEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntConsumerEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntPredicateEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntSupplierEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntToDoubleFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntToLongFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.IntUnaryOperatorEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongBinaryOperatorEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongConsumerEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongPredicateEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongSupplierEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongToDoubleFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongToIntFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.LongUnaryOperatorEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjDoubleConsumerEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjIntConsumerEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ObjLongConsumerEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.PredicateEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.SupplierEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleBiFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToDoubleFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToIntBiFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToIntFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToLongBiFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.ToLongFunctionEx
 
unchecked(String, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
unchecked() - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
unchecked(BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
unchecked(Supplier<String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
unchecked(Function<Throwable, String>, BiFunction<String, Throwable, ? extends RuntimeException>) - Method in interface org.xblackcat.sjpu.util.function.UnaryOperatorEx
 
A B C D F G I L M N O P R S T U 
Skip navigation links