public interface Thenable<V>
Thenable<?>
then(Action<V> onfulfill, Action<Throwable> onreject)
<R> Thenable<R>
then(Func<R,V> onfulfill, Func<R,Throwable> onreject)
Thenable<?> then(Action<V> onfulfill, Action<Throwable> onreject)
<R> Thenable<R> then(Func<R,V> onfulfill, Func<R,Throwable> onreject)
Copyright © 2016. All Rights Reserved.