public final class Actions extends Object
| Constructor and Description |
|---|
Actions() |
| Modifier and Type | Method and Description |
|---|---|
static rx.functions.Action0 |
doNothing0() |
static <T> rx.functions.Action1<T> |
doNothing1() |
static <T,R> rx.functions.Action2<T,R> |
doNothing2() |
static <T,R,S> rx.functions.Action3<T,R,S> |
doNothing3() |
static rx.functions.Action1<Boolean> |
setAtomic(AtomicBoolean a) |
static rx.functions.Action1<Integer> |
setAtomic(AtomicInteger a) |
static rx.functions.Action1<Long> |
setAtomic(AtomicLong a) |
static <T> rx.functions.Action1<T> |
setAtomic(AtomicReference<T> a) |
static rx.functions.Action0 |
unsubscribe(rx.Subscription subscription) |
public static rx.functions.Action1<Integer> setAtomic(AtomicInteger a)
public static rx.functions.Action1<Long> setAtomic(AtomicLong a)
public static rx.functions.Action1<Boolean> setAtomic(AtomicBoolean a)
public static <T> rx.functions.Action1<T> setAtomic(AtomicReference<T> a)
public static rx.functions.Action0 doNothing0()
public static <T> rx.functions.Action1<T> doNothing1()
public static <T,R> rx.functions.Action2<T,R> doNothing2()
public static <T,R,S> rx.functions.Action3<T,R,S> doNothing3()
public static rx.functions.Action0 unsubscribe(rx.Subscription subscription)
Copyright © 2013–2015. All rights reserved.