getOrNull

fun <T> Reply<T>.getOrNull(): T?(source)

Returns the value of the Reply.Some instance, or null if there is no reply yet (Reply.None).