T - the input value typeR - the output value typepublic interface PlainFunction<T,R>
extends io.reactivex.functions.Function<T,R>
Function with suppressed exception on its apply(Object) method.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t) |