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 Action1<T>
Type Parameters:
T
- the first argument type
All Superinterfaces:
Action
,
Function
All Known Subinterfaces:
Completable.OnSubscribe
,
Observable.OnSubscribe
<T>,
Single.OnSubscribe
<T>
All Known Implementing Classes:
AsyncOnSubscribe
,
SyncOnSubscribe
public interface
Action1<T>
extends
Action
A one-argument action.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
call
(
T
t)
Method Detail
call
void call(
T
t)
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