Class CachingSupplier


  • public class CachingSupplier
    extends java.lang.Object
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      CachingSupplier()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.function.Supplier<T> wrap​(java.util.function.Supplier<T> supplier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CachingSupplier

        public CachingSupplier()
    • Method Detail

      • wrap

        public static <T> java.util.function.Supplier<T> wrap​(java.util.function.Supplier<T> supplier)