-
- All Implemented Interfaces:
public final class Result.Success<A extends Object> extends Result<A>
Represents successful result.
-
-
Constructor Summary
Constructors Constructor Description Result.Success(A value)
-
Method Summary
-
Methods inherited from class io.getstream.chat.android.client.utils.Result
chatErrorOrNull, getOrNull, getOrThrow, isFailure, isSuccess, map, onError, onSuccess, toUnitResult -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-