Package com.djrapitops.plan.utilities.java
package com.djrapitops.plan.utilities.java
-
InterfaceDescriptionAn interface for retrieving the field content.ThrowingConsumer<T,K extends Throwable>Functional interface that performs an operation that might throw an exception.ThrowingSupplier<T,K extends Throwable>Functional interface that performs an operation that might throw an exception.ThrowingVoidFunction<T extends Throwable>Functional interface that performs an operation that might throw an exception.TriConsumer<T,V,K>Functional interface for three arguments, similar to BiConsumer.Functional interface that performs an operation that returns nothing.
-
ClassDescriptionMethods that can be used as functional interfaces when dealing with Maps.Methods that can be used as functional interfaces when dealing with Maps.Maps.Builder<K,V>An utility class that simplifies reflection in Bukkit plugins.Utilities for manipulating different Throwable stack traces.UnaryChain<T>Utility for combining multiple UnaryOperator modifications.