Closeable

object Closeable
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Closed extends Closeable[Nothing]
case class ContentUpdated[Δ](value: Δ) extends Delta[Δ]
sealed abstract class Delta[+Δ]
case class Open[A](value: A) extends Closeable[A]
case object Terminate extends Update[Nothing]
case object Terminated extends Delta[Nothing]
sealed abstract class Update[+U]
case class UpdateContent[U](value: U) extends Update[U]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

implicit def domInstance[A](implicit A: Dom[A]): Aux[Closeable[A], Update[Update], Delta[Delta]] & TerminalDom[Closeable[A]]