Package net.darkhax.bookshelf.common.api.function


package net.darkhax.bookshelf.common.api.function
  • Class
    Description
    A Supplier implementation that will cache the result of an internal delegate supplier.
    QuadConsumer<P1,P2,P3,P4>
    A consumer that accepts four parameters.
    A cached value that is lazily loaded and will be invalidated automatically after the game has been reloaded.
    TriConsumer<P1,P2,P3>
     
    TriFunction<P1,P2,P3,R>