Toggle navigation
JarYard
Browse
Search
About
Groups
io.reactivex
rxjava
1.0.0
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
rx
.
functions
Interface FuncN<R>
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 and Description
R
call
(
Object
... args)
Method Detail
call
R
call(
Object
... args)