Class Functions


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

      Constructors 
      Constructor Description
      Functions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T,​R>
      Function<T,​R>
      ofSupplier​(Supplier<R> supplier)  
      • Methods inherited from class java.lang.Object

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

      • Functions

        public Functions()
    • Method Detail

      • ofSupplier

        public static <T,​R> Function<T,​R> ofSupplier​(Supplier<R> supplier)