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
hu.akarnokd.rxjava3.functions
Interface SimpleCallable<T>
Type Parameters:
T
- the value type
All Superinterfaces:
Callable
<T>
public interface
SimpleCallable<T>
extends
Callable
<T>
A
Callable
with suppressed exception on its
call()
method.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
call
()
Method Detail
call
T
call()
Specified by:
call
in interface
Callable
<
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