JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
I
L
P
U
W
B
Block
<
E
extends java.lang.Throwable> - Interface in
io.johnsonlee.lambda.support
Represents a code block with exception throwing
I
invoke()
- Method in interface io.johnsonlee.lambda.support.
Block
invoke()
- Method in interface io.johnsonlee.lambda.support.
Procedure
io.johnsonlee.lambda.support
- package io.johnsonlee.lambda.support
L
LambdaSupport
- Class in
io.johnsonlee.lambda.support
Utilities for lambda expression
P
Procedure
<
R
,
E
extends java.lang.Throwable> - Interface in
io.johnsonlee.lambda.support
Represents a code block which has result
U
unchecked(Block<? super E>)
- Static method in class io.johnsonlee.lambda.support.
LambdaSupport
Wrap block as lambda expression without exception, for example:
unchecked(Procedure<R, E>)
- Static method in class io.johnsonlee.lambda.support.
LambdaSupport
Wrap procedure as lambda expression without exception, for example:
UncheckedException
- Exception in
io.johnsonlee.lambda.support
UncheckedException()
- Constructor for exception io.johnsonlee.lambda.support.
UncheckedException
UncheckedException(String)
- Constructor for exception io.johnsonlee.lambda.support.
UncheckedException
UncheckedException(String, Throwable)
- Constructor for exception io.johnsonlee.lambda.support.
UncheckedException
UncheckedException(Throwable)
- Constructor for exception io.johnsonlee.lambda.support.
UncheckedException
W
with(T, Consumer<? super T>)
- Static method in class io.johnsonlee.lambda.support.
LambdaSupport
Wrap consumer as lambda expression without exception
with(T, Function<T, R>)
- Static method in class io.johnsonlee.lambda.support.
LambdaSupport
Wrap function as lambda expression without exception
with(A, B, BiConsumer<A, B>)
- Static method in class io.johnsonlee.lambda.support.
LambdaSupport
Wrap bi-consumer as lambda expression without exception
with(A, B, BiFunction<A, B, R>)
- Static method in class io.johnsonlee.lambda.support.
LambdaSupport
Wrap bi-function as lambda expression without exception
B
I
L
P
U
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes