public final class Functions extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> rx.functions.Func1<T,Boolean> |
alwaysFalse() |
static <T> rx.functions.Func1<T,Boolean> |
alwaysTrue() |
static <T,R> rx.functions.Func1<T,R> |
constant(R r) |
static <T> rx.functions.Func1<T,T> |
identity() |
Copyright © 2013-2014. All Rights Reserved.