Package 

Class Result.Success

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Result.Success(A value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final A getValue()
      • 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
    • Constructor Detail

      • Result.Success

        Result.Success(A value)
        Parameters:
        value - The A data associated with the result.