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
Type Parameters:
T
- the first argument type
R
- the result type
All Superinterfaces:
Function
All Known Subinterfaces:
Completable.Operator
,
Completable.Transformer
,
Observable.Operator
,
Observable.Transformer
,
Single.Transformer
public interface
Func1
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