WithDsl

object WithDsl
Companion:
class
class Object
trait Matchable
class Any
WithDsl.type

Type members

Classlikes

class Cleanup

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]