Interface Function<I,​O>


  • public interface Function<I,​O>
    • Method Detail

      • call

        O call​(I input)
        throws java.lang.Exception
        Throws:
        java.lang.Exception