Interface Function<A,​B>

    • Method Detail

      • apply

        B apply​(A arg)
        Applies the function to the given argument.
        Parameters:
        arg - the argument to the function.
        Returns:
        the result of the function.
        Since:
        0.5