Interface | Description |
---|---|
Reflection.FieldAccessor<T> |
An interface for retrieving the field content.
|
Reflection.MethodInvoker |
An interface for invoking a specific method.
|
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.
|
VoidFunction |
Functional interface that performs an operation that returns nothing.
|
Class | Description |
---|---|
Lists |
Methods that can be used as functional interfaces when dealing with Maps.
|
Lists.Builder<V> | |
Maps |
Methods that can be used as functional interfaces when dealing with Maps.
|
Maps.Builder<K,V> | |
Reflection |
An utility class that simplifies reflection in Bukkit plugins.
|
ThrowableUtils |
Utilities for manipulating different Throwables.
|
UnaryChain<T> |
Utility for combining multiple UnaryOperator modifications.
|