android-components / mozilla.components.service.fxa / FxaResult / fromValue

fromValue

fun <U> fromValue(value: U): FxaResult<U> (source)

This constructs a result that is fulfilled with the specified value.

Parameters

value - The value used to complete the newly created result.

Return
The completed FxaResult