JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
call
(
Object
... args)
Method Details
call
R
call
(
Object
... args)