public final class Responses
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static io.reactivex.functions.Predicate<Response> |
is(ResponseType responseType) |
|
static <T extends Response> |
is(java.lang.Class<T> clazz) |
|
static io.reactivex.functions.Predicate<Response> |
isNot(ResponseType responseType) |
|
static <T extends Response> |
isNot(java.lang.Class<T> clazz) |
public static <T extends Response> io.reactivex.functions.Predicate<Response> is(java.lang.Class<T> clazz)
public static <T extends Response> io.reactivex.functions.Predicate<Response> isNot(java.lang.Class<T> clazz)
public static io.reactivex.functions.Predicate<Response> is(ResponseType responseType)
public static io.reactivex.functions.Predicate<Response> isNot(ResponseType responseType)
Copyright © 2017–2018 Ocraft Project. All rights reserved.