Package net.darkhax.bookshelf.api.function


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