-
public final class NavResultKt
-
-
Method Summary
Modifier and Type Method Description final static <R extends Any> RgetOr(NavResult<R> $self, Function0<R> canceledValue)Returns NavResult.Value.value if there is any, or canceledValue result if there isn't (i. -
-
Method Detail
-
getOr
final static <R extends Any> R getOr(NavResult<R> $self, Function0<R> canceledValue)
Returns NavResult.Value.value if there is any, or canceledValue result if there isn't (i.e, it is NavResult.Canceled)
-
-
-
-