Interface Function<In,​Out>


  • public interface Function<In,​Out>
    • Method Detail

      • apply

        Out apply​(In in)
           throws java.lang.Throwable
        Throws:
        java.lang.Throwable