Package hu.akarnokd.rxjava3.functions
Interface PlainFunction<T,R>
-
- Type Parameters:
T- the input value typeR- the output value type
- All Superinterfaces:
Function<T,R>
public interface PlainFunction<T,R> extends Function<T,R>
AFunctionwith suppressed exception on itsapply(Object)method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t)
-