asyncCallback
japgolly.scalajs.react.util.EffectCallback$.asyncCallback$
object asyncCallback extends Async[AsyncCallback], WithDefaults[AsyncCallback]
Attributes
- Graph
-
- Supertypes
-
trait WithDefaults[AsyncCallback]trait WithDefaults[AsyncCallback]trait Async[AsyncCallback]trait Dispatch[AsyncCallback]trait Effect[AsyncCallback]trait Monad[AsyncCallback]class Objecttrait Matchableclass AnyShow all
- Self type
-
asyncCallback.type
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Async
Attributes
- Definition Classes
-
Async
Attributes
- Definition Classes
-
Effect
Fire and forget, could be sync or async
Fire and forget, could be sync or async
Attributes
- Definition Classes
-
Dispatch
override def finallyRun[A, B](fa: => AsyncCallback[A], runFinally: => AsyncCallback[B]): AsyncCallback[A]
Wraps this callback in a try-finally
block and runs the given callback in the finally
clause, after the current callback completes, be it in error or success.
Wraps this callback in a try-finally
block and runs the given callback in the finally
clause, after the current callback completes, be it in error or success.
Attributes
- Definition Classes
-
Effect
Attributes
- Definition Classes
-
Async
Attributes
- Definition Classes
-
Monad
Attributes
- Definition Classes
-
Async
override def handleError[A, AA >: A](fa: => AsyncCallback[A])(f: Throwable => AsyncCallback[AA]): AsyncCallback[AA]
Attributes
- Definition Classes
-
Effect
Attributes
- Definition Classes
-
Monad
Attributes
- Definition Classes
-
Monad
Attributes
- Definition Classes
-
Async
Attributes
- Definition Classes
-
Effect
Attributes
- Definition Classes
-
Monad
Attributes
- Definition Classes
-
Async
Inherited methods
final def chain[A, B, C, D](fa: AsyncCallback[A], fb: AsyncCallback[B], fc: AsyncCallback[C], fd: AsyncCallback[D]): F[D]
Attributes
- Inherited from:
- Monad
Attributes
- Inherited from:
- Monad
Attributes
- Inherited from:
- Monad
Attributes
- Definition Classes
-
WithDefaults -> Dispatch
- Inherited from:
- WithDefaults
Attributes
- Inherited from:
- Async
Attributes
- Inherited from:
- Effect
Attributes
- Inherited from:
- Async
In this article