JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
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
Description
T
call
()
Method Detail
call
T
call()
Specified by:
call
in interface
Callable
<
T
>