Reflection.FieldAccessor<T> |
An interface for retrieving the field content.
|
ThrowingConsumer<T,K extends java.lang.Throwable> |
Functional interface that performs an operation that might throw an exception.
|
ThrowingSupplier<T,K extends java.lang.Throwable> |
Functional interface that performs an operation that might throw an exception.
|
ThrowingVoidFunction<T extends java.lang.Throwable> |
Functional interface that performs an operation that might throw an exception.
|
TriConsumer<T,V,K> |
Functional interface for three arguments, similar to BiConsumer.
|
VoidFunction |
Functional interface that performs an operation that returns nothing.
|