Package hu.akarnokd.rxjava3.functions
Interface SimpleCallable<T>
-
- Type Parameters:
T- the value type
- All Superinterfaces:
java.util.concurrent.Callable<T>
public interface SimpleCallable<T> extends java.util.concurrent.Callable<T>ACallablewith suppressed exception on itscall()method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall()
-