A C G I N O R T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checked(Runnable) - Static method in interface com.github.robtimus.function.throwing.ThrowingRunnable
-
Returns a task that performs the
tasktask. - checked(Runnable, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingRunnable
-
Returns a task that performs the
tasktask to its input. - checked(BiConsumer<? super T, ? super U>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBiConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(BiConsumer<? super T, ? super U>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBiConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(BiFunction<? super T, ? super U, ? extends R>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBiFunction
-
Returns a function that applies the
functionfunction to its input. - checked(BiFunction<? super T, ? super U, ? extends R>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBiFunction
-
Returns a function that applies the
functionfunction to its input. - checked(BinaryOperator<T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBinaryOperator
-
Returns a binary operator that applies the
operatorbinary operator to its input. - checked(BinaryOperator<T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBinaryOperator
-
Returns a binary operator that applies the
operatorbinary operator to its input. - checked(BiPredicate<? super T, ? super U>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBiPredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(BiPredicate<? super T, ? super U>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBiPredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(BooleanSupplier) - Static method in interface com.github.robtimus.function.throwing.ThrowingBooleanSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(BooleanSupplier, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingBooleanSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(Consumer<? super T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(Consumer<? super T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(DoubleBinaryOperator) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleBinaryOperator
-
Returns a binary operator that applies the
operatoroperator to its input. - checked(DoubleBinaryOperator, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleBinaryOperator
-
Returns a binary operator that applies the
operatoroperator to its input. - checked(DoubleConsumer) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(DoubleConsumer, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(DoubleFunction<? extends R>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleFunction
-
Returns a function that applies the
functionfunction to its input. - checked(DoubleFunction<? extends R>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleFunction
-
Returns a function that applies the
functionfunction to its input. - checked(DoublePredicate) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoublePredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(DoublePredicate, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoublePredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(DoubleSupplier) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(DoubleSupplier, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(DoubleToIntFunction) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleToIntFunction
-
Returns a function that applies the
functionfunction to its input. - checked(DoubleToIntFunction, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleToIntFunction
-
Returns a function that applies the
functionfunction to its input. - checked(DoubleToLongFunction) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleToLongFunction
-
Returns a function that applies the
functionfunction to its input. - checked(DoubleToLongFunction, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleToLongFunction
-
Returns a function that applies the
functionfunction to its input. - checked(DoubleUnaryOperator) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleUnaryOperator
-
Returns a unary operator that applies the
operatoroperator to its input. - checked(DoubleUnaryOperator, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingDoubleUnaryOperator
-
Returns a unary operator that applies the
operatoroperator to its input. - checked(Function<? super T, ? extends R>) - Static method in interface com.github.robtimus.function.throwing.ThrowingFunction
-
Returns a function that applies the
functionfunction to its input. - checked(Function<? super T, ? extends R>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingFunction
-
Returns a function that applies the
functionfunction to its input. - checked(IntBinaryOperator) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntBinaryOperator
-
Returns a binary operator that applies the
operatoroperator to its input. - checked(IntBinaryOperator, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntBinaryOperator
-
Returns a binary operator that applies the
operatoroperator to its input. - checked(IntConsumer) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(IntConsumer, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(IntFunction<? extends R>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntFunction
-
Returns a function that applies the
functionfunction to its input. - checked(IntFunction<? extends R>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntFunction
-
Returns a function that applies the
functionfunction to its input. - checked(IntPredicate) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntPredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(IntPredicate, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntPredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(IntSupplier) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(IntSupplier, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(IntToDoubleFunction) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntToDoubleFunction
-
Returns a function that applies the
functionfunction to its input. - checked(IntToDoubleFunction, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntToDoubleFunction
-
Returns a function that applies the
functionfunction to its input. - checked(IntToLongFunction) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntToLongFunction
-
Returns a function that applies the
functionfunction to its input. - checked(IntToLongFunction, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntToLongFunction
-
Returns a function that applies the
functionfunction to its input. - checked(IntUnaryOperator) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntUnaryOperator
-
Returns a unary operator that applies the
operatoroperator to its input. - checked(IntUnaryOperator, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingIntUnaryOperator
-
Returns a unary operator that applies the
operatoroperator to its input. - checked(LongBinaryOperator) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongBinaryOperator
-
Returns a binary operator that applies the
operatoroperator to its input. - checked(LongBinaryOperator, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongBinaryOperator
-
Returns a binary operator that applies the
operatoroperator to its input. - checked(LongConsumer) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(LongConsumer, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(LongFunction<? extends R>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongFunction
-
Returns a function that applies the
functionfunction to its input. - checked(LongFunction<? extends R>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongFunction
-
Returns a function that applies the
functionfunction to its input. - checked(LongPredicate) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongPredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(LongPredicate, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongPredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(LongSupplier) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(LongSupplier, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(LongToDoubleFunction) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongToDoubleFunction
-
Returns a function that applies the
functionfunction to its input. - checked(LongToDoubleFunction, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongToDoubleFunction
-
Returns a function that applies the
functionfunction to its input. - checked(LongToIntFunction) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongToIntFunction
-
Returns a function that applies the
functionfunction to its input. - checked(LongToIntFunction, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongToIntFunction
-
Returns a function that applies the
functionfunction to its input. - checked(LongUnaryOperator) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongUnaryOperator
-
Returns a unary operator that applies the
operatoroperator to its input. - checked(LongUnaryOperator, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingLongUnaryOperator
-
Returns a unary operator that applies the
operatoroperator to its input. - checked(ObjDoubleConsumer<? super T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingObjDoubleConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(ObjDoubleConsumer<? super T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingObjDoubleConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(ObjIntConsumer<? super T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingObjIntConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(ObjIntConsumer<? super T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingObjIntConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(ObjLongConsumer<? super T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingObjLongConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(ObjLongConsumer<? super T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingObjLongConsumer
-
Returns an operation that performs the
operationoperation to its input. - checked(Predicate<? super T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingPredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(Predicate<? super T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingPredicate
-
Returns a predicate that evaluates the
predicatepredicate on its input. - checked(Supplier<? extends T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(Supplier<? extends T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingSupplier
-
Returns a supplier that calls the
suppliersupplier. - checked(ToDoubleBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToDoubleBiFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToDoubleBiFunction<? super T, ? super U>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToDoubleBiFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToDoubleFunction<? super T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToDoubleFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToDoubleFunction<? super T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToDoubleFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToIntBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToIntBiFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToIntBiFunction<? super T, ? super U>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToIntBiFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToIntFunction<? super T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToIntFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToIntFunction<? super T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToIntFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToLongBiFunction<? super T, ? super U>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToLongBiFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToLongBiFunction<? super T, ? super U>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToLongBiFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToLongFunction<? super T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToLongFunction
-
Returns a function that applies the
functionfunction to its input. - checked(ToLongFunction<? super T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingToLongFunction
-
Returns a function that applies the
functionfunction to its input. - checked(UnaryOperator<T>) - Static method in interface com.github.robtimus.function.throwing.ThrowingUnaryOperator
-
Returns a unary operator that applies the
operatorunary operator to its input. - checked(UnaryOperator<T>, Class<X>) - Static method in interface com.github.robtimus.function.throwing.ThrowingUnaryOperator
-
Returns a unary operator that applies the
operatorunary operator to its input. - com.github.robtimus.function.throwing - module com.github.robtimus.function.throwing
-
A collection of functional interfaces that can throw checked exceptions.
- com.github.robtimus.function.throwing - package com.github.robtimus.function.throwing
-
A collection of functional interfaces that can throw checked exceptions.
- compose(ThrowingFunction<? super V, ? extends T, ? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingFunction
-
Returns a composed function that first applies the
beforefunction to its input, and then applies this function to the result.
All Classes All Packages