RxJava



rx.util.functions
Interface Func1<T1,R>

All Superinterfaces:
Function
All Known Implementing Classes:
Not

public interface Func1<T1,R>
extends Function


Method Summary
 R call(T1 t1)
           
 

Method Detail

call

R call(T1 t1)