kin-android / org.kin.sdk.base.tools / Promise / flatMap
abstract fun <S> flatMap(onResolved: (T) -> Promise<S>, onRejected: (Throwable) -> Promise<S>): Promise<S> abstract fun <S> flatMap(onResolved: (T) -> Promise<S>): Promise<S>
abstract fun <S> flatMap(onResolved: (T) ->
Promise
<S>, onRejected: (
Throwable
) ->
<S>):
<S>