then

open fun <S> then(onFulfilled: (T) -> S?): Promise<S>
open fun <S> then(onFulfilled: (T) -> S?, onRejected: (Throwable) -> S?): Promise<S>