Interface Utils.Function<S,​T>

  • Enclosing class:
    Utils

    public static interface Utils.Function<S,​T>
    • Method Detail

      • apply

        T apply​(S value)
         throws java.lang.Exception
        Throws:
        java.lang.Exception