JsBoolean

object JsBoolean extends Boolean => JsBoolean
Companion
class
trait Sum
trait Mirror
trait Boolean => JsBoolean
class Object
trait Matchable
class Any

Type members

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

Value members

Concrete methods

def apply(value: Boolean): JsBoolean
def unapply(b: JsBoolean): Some[Boolean]

Inherited methods

@unspecialized
def andThen[A](g: JsBoolean => A): Boolean => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Boolean): A => JsBoolean
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1