A C G I N O R T U W 
All Classes All Packages

T

test(double) - Method in interface com.github.robtimus.function.throwing.ThrowingDoublePredicate
Evaluates this predicate on the given argument.
test(int) - Method in interface com.github.robtimus.function.throwing.ThrowingIntPredicate
Evaluates this predicate on the given argument.
test(long) - Method in interface com.github.robtimus.function.throwing.ThrowingLongPredicate
Evaluates this predicate on the given argument.
test(T) - Method in interface com.github.robtimus.function.throwing.ThrowingPredicate
Evaluates this predicate on the given argument.
test(T, U) - Method in interface com.github.robtimus.function.throwing.ThrowingBiPredicate
Evaluates this predicate on the given arguments.
throwCauseAs(Class<X>) - Method in exception com.github.robtimus.function.throwing.UncheckedException
Throws the wrapped throwable as an instance of a specific error type.
throwCauseAsOneOf(Class<X1>, Class<X2>) - Method in exception com.github.robtimus.function.throwing.UncheckedException
Throws the wrapped throwable as an instance of one of a set of specific error types.
throwCauseAsOneOf(Class<X1>, Class<X2>, Class<X3>) - Method in exception com.github.robtimus.function.throwing.UncheckedException
Throws the wrapped throwable as an instance of one of a set of specific error types.
ThrowingBiConsumer<T,​U,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation that accepts two input arguments and returns no result.
ThrowingBiFunction<T,​U,​R,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts two arguments and produces a result.
ThrowingBinaryOperator<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation upon two operands of the same type, producing a result of the same type as the operands.
ThrowingBiPredicate<T,​U,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a predicate (boolean-valued function) of two arguments.
ThrowingBooleanSupplier<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a supplier of boolean-valued results.
ThrowingConsumer<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation that accepts a single input argument and returns no result.
ThrowingDoubleBinaryOperator<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation upon two double-valued operands and producing a double-valued result.
ThrowingDoubleConsumer<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation that accepts a single double-valued argument and returns no result.
ThrowingDoubleFunction<R,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts a double-valued argument and produces a result.
ThrowingDoublePredicate<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a predicate (boolean-valued function) of one double-valued argument.
ThrowingDoubleSupplier<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a supplier of double-valued results.
ThrowingDoubleToIntFunction<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts a double-valued argument and produces an int-valued result.
ThrowingDoubleToLongFunction<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts a double-valued argument and produces a long-valued result.
ThrowingDoubleUnaryOperator<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation on a single double-valued operand that produces a double-valued result.
ThrowingFunction<T,​R,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts one argument and produces a result.
ThrowingIntBinaryOperator<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation upon two int-valued operands and producing an int-valued result.
ThrowingIntConsumer<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation that accepts a single int-valued argument and returns no result.
ThrowingIntFunction<R,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts an int-valued argument and produces a result.
ThrowingIntPredicate<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a predicate (boolean-valued function) of one int-valued argument.
ThrowingIntSupplier<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a supplier of int-valued results.
ThrowingIntToDoubleFunction<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts an int-valued argument and produces a double-valued result.
ThrowingIntToLongFunction<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts a int-valued argument and produces a long-valued result.
ThrowingIntUnaryOperator<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation on a single int-valued operand that produces an int-valued result.
ThrowingLongBinaryOperator<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation upon two long-valued operands and producing a long-valued result.
ThrowingLongConsumer<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation that accepts a single long-valued argument and returns no result.
ThrowingLongFunction<R,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts a long-valued argument and produces a result.
ThrowingLongPredicate<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a predicate (boolean-valued function) of one long-valued argument.
ThrowingLongSupplier<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a supplier of long-valued results.
ThrowingLongToDoubleFunction<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts a long-valued argument and produces a double-valued result.
ThrowingLongToIntFunction<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts a long-valued argument and produces an int-valued result.
ThrowingLongUnaryOperator<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation on a single long-valued operand that produces a long-valued result.
ThrowingObjDoubleConsumer<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation that accepts an object-valued and a double-valued argument, and returns no result.
ThrowingObjIntConsumer<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation that accepts an object-valued and an int-valued argument, and returns no result.
ThrowingObjLongConsumer<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation that accepts an object-valued and a long-valued argument, and returns no result.
ThrowingPredicate<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a predicate (boolean-valued function) of one argument.
ThrowingRunnable<X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a task that accepts no input and returns no result.
ThrowingSupplier<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a supplier of results.
ThrowingToDoubleBiFunction<T,​U,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts two arguments and produces a double-valued result.
ThrowingToDoubleFunction<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that produces a double-valued result.
ThrowingToIntBiFunction<T,​U,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts two arguments and produces an int-valued result.
ThrowingToIntFunction<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that produces an int-valued result.
ThrowingToLongBiFunction<T,​U,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that accepts two arguments and produces a long-valued result.
ThrowingToLongFunction<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents a function that produces a long-valued result.
ThrowingUnaryOperator<T,​X extends Throwable> - Interface in com.github.robtimus.function.throwing
Represents an operation on a single operand that produces a result of the same type as its operand.
A C G I N O R T U W 
All Classes All Packages