Package com.djrapitops.plan.utilities.java


package com.djrapitops.plan.utilities.java
  • Interface Summary
    Interface
    Description
    An 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.
    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.
  • Class Summary
    Class
    Description
    Methods 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.
    Utility for combining multiple UnaryOperator modifications.