| io.reactivex.functions.Function<T, R> | 
A functional interface that takes a value and returns another value, possibly with a different type and allows throwing a checked exception.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract R | 
        apply(T t)
        
         Apply some calculation to the input value and return some other value. 
  
   | ||||||||||
Apply some calculation to the input value and return some other value.
| t | the input value | 
|---|
| Exception | on error | 
|---|