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 Summary

    Modifier and Type
    Method
    Description
    call(Object... args)
     
  • Method Details