Interface ApiFunction<F,​T>


  • public interface ApiFunction<F,​T>
    Legacy version of Function.

    It is similar to Guava's Function, redeclared so that Guava can be shaded.

    • Method Detail

      • apply

        T apply​(F input)