WithDsl

japgolly.scalajs.react.test.internal.WithDsl$
See theWithDsl companion trait
object WithDsl

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
WithDsl.type

Members list

Type members

Classlikes

class Cleanup

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A, I](f: (I, Cleanup) => A): WithDsl[A, I]
def apply[A](create: => A)(destroy: A => Unit): WithDsl[A, ImplicitUnit]
def aroundReactAsync[F[_], A](body: F[A])(implicit F: Async[F]): F[A]
def aroundReactFuture[A](body: => Future[A])(implicit ec: ExecutionContext): Future[A]
def attemptFuture[A](f: => Future[A]): Future[A]