A C G I N O R T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(double) - Method in interface com.github.robtimus.function.throwing.ThrowingDoubleConsumer
-
Performs this operation on the given argument.
- accept(int) - Method in interface com.github.robtimus.function.throwing.ThrowingIntConsumer
-
Performs this operation on the given argument.
- accept(long) - Method in interface com.github.robtimus.function.throwing.ThrowingLongConsumer
-
Performs this operation on the given argument.
- accept(T) - Method in interface com.github.robtimus.function.throwing.ThrowingConsumer
-
Performs this operation on the given argument.
- accept(T, double) - Method in interface com.github.robtimus.function.throwing.ThrowingObjDoubleConsumer
-
Performs this operation on the given arguments.
- accept(T, int) - Method in interface com.github.robtimus.function.throwing.ThrowingObjIntConsumer
-
Performs this operation on the given arguments.
- accept(T, long) - Method in interface com.github.robtimus.function.throwing.ThrowingObjLongConsumer
-
Performs this operation on the given arguments.
- accept(T, U) - Method in interface com.github.robtimus.function.throwing.ThrowingBiConsumer
-
Performs this operation on the given arguments.
- and(ThrowingBiPredicate<? super T, ? super U, ? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingBiPredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- and(ThrowingDoublePredicate<? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingDoublePredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- and(ThrowingIntPredicate<? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingIntPredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- and(ThrowingLongPredicate<? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingLongPredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- and(ThrowingPredicate<? super T, ? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingPredicate
-
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
- andThen(ThrowingBiConsumer<? super T, ? super U, ? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingBiConsumer
-
Returns a composed
ThrowingBiConsumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(ThrowingConsumer<? super T, ? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingConsumer
-
Returns a composed
ThrowingConsumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(ThrowingDoubleConsumer<? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingDoubleConsumer
-
Returns a composed
ThrowingDoubleConsumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(ThrowingFunction<? super R, ? extends V, ? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingBiFunction
-
Returns a composed function that first applies this function to its input, and then applies the
afterfunction to the result. - andThen(ThrowingFunction<? super R, ? extends V, ? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingFunction
-
Returns a composed function that first applies this function to its input, and then applies the
afterfunction to the result. - andThen(ThrowingIntConsumer<? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingIntConsumer
-
Returns a composed
ThrowingIntConsumerthat performs, in sequence, this operation followed by theafteroperation. - andThen(ThrowingLongConsumer<? extends X>) - Method in interface com.github.robtimus.function.throwing.ThrowingLongConsumer
-
Returns a composed
ThrowingLongConsumerthat performs, in sequence, this operation followed by theafteroperation. - apply(double) - Method in interface com.github.robtimus.function.throwing.ThrowingDoubleFunction
-
Applies this function to the given argument.
- apply(int) - Method in interface com.github.robtimus.function.throwing.ThrowingIntFunction
-
Applies this function to the given argument.
- apply(long) - Method in interface com.github.robtimus.function.throwing.ThrowingLongFunction
-
Applies this function to the given argument.
- apply(T) - Method in interface com.github.robtimus.function.throwing.ThrowingFunction
-
Applies this function to the given argument.
- apply(T, U) - Method in interface com.github.robtimus.function.throwing.ThrowingBiFunction
-
Applies this function to the given arguments.
- applyAsDouble(double) - Method in interface com.github.robtimus.function.throwing.ThrowingDoubleUnaryOperator
-
Applies this operator to the given operand.
- applyAsDouble(double, double) - Method in interface com.github.robtimus.function.throwing.ThrowingDoubleBinaryOperator
-
Applies this operator to the given operands.
- applyAsDouble(int) - Method in interface com.github.robtimus.function.throwing.ThrowingIntToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(long) - Method in interface com.github.robtimus.function.throwing.ThrowingLongToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(T) - Method in interface com.github.robtimus.function.throwing.ThrowingToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(T, U) - Method in interface com.github.robtimus.function.throwing.ThrowingToDoubleBiFunction
-
Applies this function to the given arguments.
- applyAsInt(double) - Method in interface com.github.robtimus.function.throwing.ThrowingDoubleToIntFunction
-
Applies this function to the given argument.
- applyAsInt(int) - Method in interface com.github.robtimus.function.throwing.ThrowingIntUnaryOperator
-
Applies this operator to the given operand.
- applyAsInt(int, int) - Method in interface com.github.robtimus.function.throwing.ThrowingIntBinaryOperator
-
Applies this operator to the given operands.
- applyAsInt(long) - Method in interface com.github.robtimus.function.throwing.ThrowingLongToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T) - Method in interface com.github.robtimus.function.throwing.ThrowingToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T, U) - Method in interface com.github.robtimus.function.throwing.ThrowingToIntBiFunction
-
Applies this function to the given arguments.
- applyAsLong(double) - Method in interface com.github.robtimus.function.throwing.ThrowingDoubleToLongFunction
-
Applies this function to the given argument.
- applyAsLong(int) - Method in interface com.github.robtimus.function.throwing.ThrowingIntToLongFunction
-
Applies this function to the given argument.
- applyAsLong(long) - Method in interface com.github.robtimus.function.throwing.ThrowingLongUnaryOperator
-
Applies this operator to the given operand.
- applyAsLong(long, long) - Method in interface com.github.robtimus.function.throwing.ThrowingLongBinaryOperator
-
Applies this operator to the given operands.
- applyAsLong(T) - Method in interface com.github.robtimus.function.throwing.ThrowingToLongFunction
-
Applies this function to the given argument.
- applyAsLong(T, U) - Method in interface com.github.robtimus.function.throwing.ThrowingToLongBiFunction
-
Applies this function to the given arguments.
All Classes All Packages