RxJava



rx.util.functions
Interface Func3<T1,T2,T3,R>

All Superinterfaces:
Func3<T1,T2,T3,R>, Function

Deprecated.

@Deprecated
public interface Func3<T1,T2,T3,R>
extends Func3<T1,T2,T3,R>, Function


Method Summary
 
Methods inherited from interface rx.functions.Func3
call