Teardown

final case class Teardown(asAsyncCallback: AsyncCallback[Unit])

Perform some effect to teardown something setup via Setup.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def <<(prev: Teardown): Teardown
def >>(next: Teardown): Teardown

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product