Package rx

Interface Single.Transformer<T,R>

Type Parameters:
T - the source Single's value type
R - the transformed Single's value type
All Superinterfaces:
Func1<Single<T>,Single<R>>, Function
Enclosing class:
Single<T>

public static interface Single.Transformer<T,R> extends Func1<Single<T>,Single<R>>
  • Method Summary

    Methods inherited from interface rx.functions.Func1

    call