JavaScript is disabled on your browser.
Skip navigation links
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 Action2<T1,T2>
Type Parameters:
T1
- the first argument type
T2
- the second argument type
All Superinterfaces:
Action
,
Function
public interface
Action2<T1,T2>
extends
Action
A two-argument action.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
call
(
T1
t1,
T2
t2)
Method Detail
call
void call(
T1
t1,
T2
t2)
Skip navigation links
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