Class Suppliers


  • public final class Suppliers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Suppliers()  
    • Method Summary

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

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

      • Suppliers

        private Suppliers()
    • Method Detail

      • forValue

        public static <T> Supplier<T> forValue​(T value)