Index
All Classes and Interfaces|All Packages
A
- accept(T) - Method in interface dev.jlet.function.ThrowingConsumer
-
Performs this operation on the given argument.
- accept(T1, T2) - Method in interface dev.jlet.function.ThrowingConsumer2
-
Performs this operation on the given arguments.
- accept(T1, T2, T3) - Method in interface dev.jlet.function.ThrowingConsumer3
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4) - Method in interface dev.jlet.function.ThrowingConsumer4
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5) - Method in interface dev.jlet.function.ThrowingConsumer5
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5, T6) - Method in interface dev.jlet.function.ThrowingConsumer6
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5, T6, T7) - Method in interface dev.jlet.function.ThrowingConsumer7
-
Performs this operation on the given arguments.
- accept(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface dev.jlet.function.ThrowingConsumer8
-
Performs this operation on the given arguments.
- apply(T) - Method in interface dev.jlet.function.ThrowingFunction
-
Applies this function to the given argument.
- apply(T1, T2) - Method in interface dev.jlet.function.ThrowingFunction2
-
Applies this function to the given arguments.
- apply(T1, T2, T3) - Method in interface dev.jlet.function.ThrowingFunction3
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4) - Method in interface dev.jlet.function.ThrowingFunction4
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5) - Method in interface dev.jlet.function.ThrowingFunction5
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6) - Method in interface dev.jlet.function.ThrowingFunction6
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface dev.jlet.function.ThrowingFunction7
-
Applies this function to the given arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface dev.jlet.function.ThrowingFunction8
-
Applies this function to the given arguments.
D
- dev.jlet - package dev.jlet
-
JLet functions.
- dev.jlet.function - package dev.jlet.function
-
Functional interfaces.
G
- get() - Method in interface dev.jlet.function.ThrowingBooleanSupplier
-
Gets the result.
- get() - Method in interface dev.jlet.function.ThrowingSupplier
-
Gets the result.
I
- it(ThrowingSupplier<? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block and returns its result.
- it(T1, T2, ThrowingConsumer2<? super T1, ? super T2, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns the first value.
- it(T1, T2, T3, ThrowingConsumer3<? super T1, ? super T2, ? super T3, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns the first value.
- it(T1, T2, T3, T4, ThrowingConsumer4<? super T1, ? super T2, ? super T3, ? super T4, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns the first value.
- it(T1, T2, T3, T4, T5, ThrowingConsumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns the first value.
- it(T1, T2, T3, T4, T5, T6, ThrowingConsumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns the first value.
- it(T1, T2, T3, T4, T5, T6, T7, ThrowingConsumer7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns the first value.
- it(T1, T2, T3, T4, T5, T6, T7, T8, ThrowingConsumer8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns the first value.
- it(T, ThrowingConsumer<? super T, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given value and returns this value.
J
L
- let(T1, T2, ThrowingFunction2<? super T1, ? super T2, ? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its result.
- let(T1, T2, T3, ThrowingFunction3<? super T1, ? super T2, ? super T3, ? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its result.
- let(T1, T2, T3, T4, ThrowingFunction4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its result.
- let(T1, T2, T3, T4, T5, ThrowingFunction5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its result.
- let(T1, T2, T3, T4, T5, T6, ThrowingFunction6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its result.
- let(T1, T2, T3, T4, T5, T6, T7, ThrowingFunction7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its result.
- let(T1, T2, T3, T4, T5, T6, T7, T8, ThrowingFunction8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its result.
- let(T, ThrowingFunction<? super T, ? extends R, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given value and returns its result.
O
- of(ThrowingBooleanSupplier<? extends E>) - Static method in interface dev.jlet.function.ThrowingBooleanSupplier
-
Returns given supplier.
- of(ThrowingConsumer<? super T, ? extends E>) - Static method in interface dev.jlet.function.ThrowingConsumer
-
Returns given consumer.
- of(ThrowingConsumer2<? super T1, ? super T2, ? extends E>) - Static method in interface dev.jlet.function.ThrowingConsumer2
-
Returns given consumer.
- of(ThrowingConsumer3<? super T1, ? super T2, ? super T3, ? extends E>) - Static method in interface dev.jlet.function.ThrowingConsumer3
-
Returns given consumer.
- of(ThrowingConsumer4<? super T1, ? super T2, ? super T3, ? super T4, ? extends E>) - Static method in interface dev.jlet.function.ThrowingConsumer4
-
Returns given consumer.
- of(ThrowingConsumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends E>) - Static method in interface dev.jlet.function.ThrowingConsumer5
-
Returns given consumer.
- of(ThrowingConsumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends E>) - Static method in interface dev.jlet.function.ThrowingConsumer6
-
Returns given consumer.
- of(ThrowingConsumer7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends E>) - Static method in interface dev.jlet.function.ThrowingConsumer7
-
Returns given consumer.
- of(ThrowingConsumer8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends E>) - Static method in interface dev.jlet.function.ThrowingConsumer8
-
Returns given consumer.
- of(ThrowingFunction<? super T, ? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingFunction
-
Returns given function.
- of(ThrowingFunction2<? super T1, ? super T2, ? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingFunction2
-
Returns given function.
- of(ThrowingFunction3<? super T1, ? super T2, ? super T3, ? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingFunction3
-
Returns given function.
- of(ThrowingFunction4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingFunction4
-
Returns given function.
- of(ThrowingFunction5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingFunction5
-
Returns given function.
- of(ThrowingFunction6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingFunction6
-
Returns given function.
- of(ThrowingFunction7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingFunction7
-
Returns given function.
- of(ThrowingFunction8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingFunction8
-
Returns given function.
- of(ThrowingPredicate<? super T, ? extends E>) - Static method in interface dev.jlet.function.ThrowingPredicate
-
Returns given predicate.
- of(ThrowingPredicate2<? super T1, ? super T2, ? extends E>) - Static method in interface dev.jlet.function.ThrowingPredicate2
-
Returns given predicate.
- of(ThrowingPredicate3<? super T1, ? super T2, ? super T3, ? extends E>) - Static method in interface dev.jlet.function.ThrowingPredicate3
-
Returns given predicate.
- of(ThrowingPredicate4<? super T1, ? super T2, ? super T3, ? super T4, ? extends E>) - Static method in interface dev.jlet.function.ThrowingPredicate4
-
Returns given predicate.
- of(ThrowingPredicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends E>) - Static method in interface dev.jlet.function.ThrowingPredicate5
-
Returns given predicate.
- of(ThrowingPredicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends E>) - Static method in interface dev.jlet.function.ThrowingPredicate6
-
Returns given predicate.
- of(ThrowingPredicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends E>) - Static method in interface dev.jlet.function.ThrowingPredicate7
-
Returns given predicate.
- of(ThrowingPredicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends E>) - Static method in interface dev.jlet.function.ThrowingPredicate8
-
Returns given predicate.
- of(ThrowingRunnable<? extends E>) - Static method in interface dev.jlet.function.ThrowingRunnable
-
Returns given runnable.
- of(ThrowingSupplier<? extends R, ? extends E>) - Static method in interface dev.jlet.function.ThrowingSupplier
-
Returns given supplier.
R
- run() - Method in interface dev.jlet.function.ThrowingRunnable
-
Performs this operation.
- run(ThrowingRunnable<?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block.
T
- test(ThrowingBooleanSupplier<?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block and returns its
booleanresult. - test(T) - Method in interface dev.jlet.function.ThrowingPredicate
-
Evaluates this predicate on the given argument.
- test(T1, T2) - Method in interface dev.jlet.function.ThrowingPredicate2
-
Evaluates this predicate on the given arguments.
- test(T1, T2, ThrowingPredicate2<? super T1, ? super T2, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its
booleanresult. - test(T1, T2, T3) - Method in interface dev.jlet.function.ThrowingPredicate3
-
Evaluates this predicate on the given arguments.
- test(T1, T2, T3, ThrowingPredicate3<? super T1, ? super T2, ? super T3, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its
booleanresult. - test(T1, T2, T3, T4) - Method in interface dev.jlet.function.ThrowingPredicate4
-
Evaluates this predicate on the given arguments.
- test(T1, T2, T3, T4, ThrowingPredicate4<? super T1, ? super T2, ? super T3, ? super T4, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its
booleanresult. - test(T1, T2, T3, T4, T5) - Method in interface dev.jlet.function.ThrowingPredicate5
-
Evaluates this predicate on the given arguments.
- test(T1, T2, T3, T4, T5, ThrowingPredicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its
booleanresult. - test(T1, T2, T3, T4, T5, T6) - Method in interface dev.jlet.function.ThrowingPredicate6
-
Evaluates this predicate on the given arguments.
- test(T1, T2, T3, T4, T5, T6, ThrowingPredicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its
booleanresult. - test(T1, T2, T3, T4, T5, T6, T7) - Method in interface dev.jlet.function.ThrowingPredicate7
-
Evaluates this predicate on the given arguments.
- test(T1, T2, T3, T4, T5, T6, T7, ThrowingPredicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its
booleanresult. - test(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface dev.jlet.function.ThrowingPredicate8
-
Evaluates this predicate on the given arguments.
- test(T1, T2, T3, T4, T5, T6, T7, T8, ThrowingPredicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its
booleanresult. - test(T, ThrowingPredicate<? super T, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values and returns its
booleanresult. - ThrowingBooleanSupplier<E> - Interface in dev.jlet.function
-
The
BooleanSupplierspecialization that might throw an exception. - ThrowingConsumer<T,
E> - Interface in dev.jlet.function -
The
Consumerspecialization that might throw an exception. - ThrowingConsumer2<T1,
T2, - Interface in dev.jlet.functionE> -
The
Consumerspecialization for 2 arguments that might throw an exception. - ThrowingConsumer3<T1,
T2, - Interface in dev.jlet.functionT3, E> -
The
Consumerspecialization for 3 arguments that might throw an exception. - ThrowingConsumer4<T1,
T2, - Interface in dev.jlet.functionT3, T4, E> -
The
Consumerspecialization for 4 arguments that might throw an exception. - ThrowingConsumer5<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, E> -
The
Consumerspecialization for 5 arguments that might throw an exception. - ThrowingConsumer6<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, E> -
The
Consumerspecialization for 6 arguments that might throw an exception. - ThrowingConsumer7<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, T7, E> -
The
Consumerspecialization for 7 arguments that might throw an exception. - ThrowingConsumer8<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, T7, T8, E> -
The
Consumerspecialization for 8 arguments that might throw an exception. - ThrowingFunction<T,
R, - Interface in dev.jlet.functionE> -
The
Functionspecialization that might throw an exception. - ThrowingFunction2<T1,
T2, - Interface in dev.jlet.functionR, E> -
The
Functionspecialization for 2 arguments that might throw an exception. - ThrowingFunction3<T1,
T2, - Interface in dev.jlet.functionT3, R, E> -
The
Functionspecialization for 3 arguments that might throw an exception. - ThrowingFunction4<T1,
T2, - Interface in dev.jlet.functionT3, T4, R, E> -
The
Functionspecialization for 4 arguments that might throw an exception. - ThrowingFunction5<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, R, E> -
The
Functionspecialization for 5 arguments that might throw an exception. - ThrowingFunction6<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, R, E> -
The
Functionspecialization for 6 arguments that might throw an exception. - ThrowingFunction7<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, T7, R, E> -
The
Functionspecialization for 7 arguments that might throw an exception. - ThrowingFunction8<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, T7, T8, R, E> -
The
Functionspecialization for 8 arguments that might throw an exception. - ThrowingPredicate<T,
E> - Interface in dev.jlet.function -
The
Predicatespecialization that might throw an exception. - ThrowingPredicate2<T1,
T2, - Interface in dev.jlet.functionE> -
The
Predicatespecialization for 2 arguments that might throw an exception. - ThrowingPredicate3<T1,
T2, - Interface in dev.jlet.functionT3, E> -
The
Predicatespecialization for 3 arguments that might throw an exception. - ThrowingPredicate4<T1,
T2, - Interface in dev.jlet.functionT3, T4, E> -
The
Predicatespecialization for 4 arguments that might throw an exception. - ThrowingPredicate5<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, E> -
The
Predicatespecialization for 5 arguments that might throw an exception. - ThrowingPredicate6<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, E> -
The
Predicatespecialization for 6 arguments that might throw an exception. - ThrowingPredicate7<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, T7, E> -
The
Predicatespecialization for 7 arguments that might throw an exception. - ThrowingPredicate8<T1,
T2, - Interface in dev.jlet.functionT3, T4, T5, T6, T7, T8, E> -
The
Predicatespecialization for 8 arguments that might throw an exception. - ThrowingRunnable<E> - Interface in dev.jlet.function
-
The
Runnablespecialization that might throw an exception. - ThrowingSupplier<R,
E> - Interface in dev.jlet.function -
The
Supplierspecialization that might throw an exception.
U
- unchecked(ThrowingBooleanSupplier<?>) - Static method in interface dev.jlet.function.ThrowingBooleanSupplier
-
Returns given supplier as an unchecked supplier.
- unchecked(ThrowingConsumer<? super T, ?>) - Static method in interface dev.jlet.function.ThrowingConsumer
-
Returns given consumer as an unchecked consumer.
- unchecked(ThrowingConsumer2<? super T1, ? super T2, ?>) - Static method in interface dev.jlet.function.ThrowingConsumer2
-
Returns given consumer as an unchecked consumer.
- unchecked(ThrowingConsumer3<? super T1, ? super T2, ? super T3, ?>) - Static method in interface dev.jlet.function.ThrowingConsumer3
-
Returns given consumer as an unchecked consumer.
- unchecked(ThrowingConsumer4<? super T1, ? super T2, ? super T3, ? super T4, ?>) - Static method in interface dev.jlet.function.ThrowingConsumer4
-
Returns given consumer as an unchecked consumer.
- unchecked(ThrowingConsumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ?>) - Static method in interface dev.jlet.function.ThrowingConsumer5
-
Returns given consumer as an unchecked consumer.
- unchecked(ThrowingConsumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ?>) - Static method in interface dev.jlet.function.ThrowingConsumer6
-
Returns given consumer as an unchecked consumer.
- unchecked(ThrowingConsumer7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ?>) - Static method in interface dev.jlet.function.ThrowingConsumer7
-
Returns given consumer as an unchecked consumer.
- unchecked(ThrowingConsumer8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ?>) - Static method in interface dev.jlet.function.ThrowingConsumer8
-
Returns given consumer as an unchecked consumer.
- unchecked(ThrowingFunction<? super T, ? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingFunction
-
Returns given function as an unchecked function.
- unchecked(ThrowingFunction2<? super T1, ? super T2, ? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingFunction2
-
Returns given function as an unchecked function.
- unchecked(ThrowingFunction3<? super T1, ? super T2, ? super T3, ? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingFunction3
-
Returns given function as an unchecked function.
- unchecked(ThrowingFunction4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingFunction4
-
Returns given function as an unchecked function.
- unchecked(ThrowingFunction5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingFunction5
-
Returns given function as an unchecked function.
- unchecked(ThrowingFunction6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingFunction6
-
Returns given function as an unchecked function.
- unchecked(ThrowingFunction7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingFunction7
-
Returns given function as an unchecked function.
- unchecked(ThrowingFunction8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingFunction8
-
Returns given function as an unchecked function.
- unchecked(ThrowingPredicate<? super T, ?>) - Static method in interface dev.jlet.function.ThrowingPredicate
-
Returns given predicate as an unchecked function.
- unchecked(ThrowingPredicate2<? super T1, ? super T2, ?>) - Static method in interface dev.jlet.function.ThrowingPredicate2
-
Returns given predicate as an unchecked function.
- unchecked(ThrowingPredicate3<? super T1, ? super T2, ? super T3, ?>) - Static method in interface dev.jlet.function.ThrowingPredicate3
-
Returns given predicate as an unchecked function.
- unchecked(ThrowingPredicate4<? super T1, ? super T2, ? super T3, ? super T4, ?>) - Static method in interface dev.jlet.function.ThrowingPredicate4
-
Returns given predicate as an unchecked function.
- unchecked(ThrowingPredicate5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ?>) - Static method in interface dev.jlet.function.ThrowingPredicate5
-
Returns given predicate as an unchecked function.
- unchecked(ThrowingPredicate6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ?>) - Static method in interface dev.jlet.function.ThrowingPredicate6
-
Returns given predicate as an unchecked function.
- unchecked(ThrowingPredicate7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ?>) - Static method in interface dev.jlet.function.ThrowingPredicate7
-
Returns given predicate as an unchecked function.
- unchecked(ThrowingPredicate8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ?>) - Static method in interface dev.jlet.function.ThrowingPredicate8
-
Returns given predicate as an unchecked function.
- unchecked(ThrowingRunnable<?>) - Static method in interface dev.jlet.function.ThrowingRunnable
-
Returns given runnable as an unchecked runnable.
- unchecked(ThrowingSupplier<? extends R, ?>) - Static method in interface dev.jlet.function.ThrowingSupplier
-
Returns given supplier as an unchecked supplier.
W
- with(T1, T2, ThrowingConsumer2<? super T1, ? super T2, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values.
- with(T1, T2, T3, ThrowingConsumer3<? super T1, ? super T2, ? super T3, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values.
- with(T1, T2, T3, T4, ThrowingConsumer4<? super T1, ? super T2, ? super T3, ? super T4, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values.
- with(T1, T2, T3, T4, T5, ThrowingConsumer5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values.
- with(T1, T2, T3, T4, T5, T6, ThrowingConsumer6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values.
- with(T1, T2, T3, T4, T5, T6, T7, ThrowingConsumer7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values.
- with(T1, T2, T3, T4, T5, T6, T7, T8, ThrowingConsumer8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given values.
- with(T, ThrowingConsumer<? super T, ?>) - Static method in class dev.jlet.JLet
-
Calls the specified function block with the given value.
All Classes and Interfaces|All Packages