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 Func1<T,R>
Type Parameters:
T
- the first argument type
R
- the result type
All Superinterfaces:
Function
All Known Subinterfaces:
Completable.Operator
,
Completable.Transformer
,
Observable.Operator
<R,T>,
Observable.Transformer
<T,R>,
Single.Transformer
<T,R>
public interface
Func1<T,R>
extends
Function
Represents a function with one argument.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
call
(
T
t)
Method Detail
call
R
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