Package com.djrapitops.plan.utilities.java
package com.djrapitops.plan.utilities.java
-
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.An interface for retrieving the field content.Utilities for manipulating different Throwable stack traces.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.UnaryChain<T>Utility for combining multiple UnaryOperator modifications.Functional interface that performs an operation that returns nothing.