public static class Completable.Result
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Completable.Result.Kind |
Modifier and Type | Field and Description |
---|---|
Completable.Result.Kind |
kind |
java.lang.String |
message |
Modifier and Type | Method and Description |
---|---|
protected static Completable.Result |
fail(java.lang.String msg) |
protected static Completable.Result |
skip(java.lang.String msg) |
protected static Completable.Result |
success() |
protected static Completable.Result |
success(java.lang.String msg) |
public final Completable.Result.Kind kind
public final java.lang.String message
protected static Completable.Result success()
protected static Completable.Result success(java.lang.String msg)
protected static Completable.Result skip(java.lang.String msg)
protected static Completable.Result fail(java.lang.String msg)
Copyright © 2009-2022 The Apache Software Foundation