JavaScript is disabled on your browser.
RxJava
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<T1>
All Superinterfaces:
Action
,
Function
All Known Subinterfaces:
Observable.OnSubscribe
<T>
All Known Implementing Classes:
OnSubscribeAmb
,
OnSubscribeCache
,
OnSubscribeCombineLatest
,
OnSubscribeDefer
,
OnSubscribeDelay
,
OnSubscribeDelay.Emitter
,
OnSubscribeDelaySubscription
,
OnSubscribeDelayWithSelector
,
OnSubscribeFromIterable
,
OnSubscribeGroupJoin
,
OnSubscribeJoin
,
OnSubscribeMulticastSelector
,
OnSubscribeRange
,
OnSubscribeRedo
,
OnSubscribeRefCount
,
OnSubscribeTimerOnce
,
OnSubscribeTimerPeriodically
,
OnSubscribeUsing
public interface
Action1<T1>
extends
Action
Method Summary
Methods
Modifier and Type
Method and Description
void
call
(
T1
t1)
Method Detail
call
void call(
T1
t1)
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