Package rx.functions

Interface FuncN<R>

  • Type Parameters:
    R - the result type
    All Superinterfaces:
    Function

    public interface FuncN<R>
    extends Function
    Represents a vector-argument function.
    • Method Detail

      • call

        R call​(java.lang.Object... args)