Interface Function<X,​Y>


  • public interface Function<X,​Y>
    • Method Detail

      • apply

        Y apply​(X object)