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 Action2<T1
,T2>
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)