JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
rx.functions
Interface Func2<T1,T2,R>
All Superinterfaces:
Function
public interface
Func2<T1,T2,R>
extends
Function
Represents a function with two arguments.
Method Summary
Methods
Modifier and Type
Method and Description
R
call
(
T1
t1,
T2
t2)
Method Detail
call
R
call(
T1
t1,
T2
t2)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method