RxJava



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

All Superinterfaces:
Function

public interface Func1<T1,R>
extends Function


Method Summary
 R call(T1 t1)
           
 

Method Detail

call

R call(T1 t1)