core

object core extends CoreSyntax

Type members

Inherited classlikes

object HE

HTML Entities

HTML Entities

Inherited from
HtmlEntities

Inherited types

type AmAny = AmAny
Inherited from
CoreSyntax
type AmendedHtmlTag[R <: Element, AmType <: AmAny] = AmendedHtmlTag[R, AmType]
Inherited from
CoreSyntax
type AmendedSvgTag[R <: Element] = AmendedSvgTag[R]
Inherited from
CoreSyntax
Inherited from
CoreSyntax

Value members

Inherited methods

@inline
def after(timeout: FiniteDuration): SetTimeoutBinders[Unit]
Inherited from
MiscSyntax
@inline
def after[T](timeout: FiniteDuration, value: T): SetTimeoutBinders[T]
Inherited from
MiscSyntax
def buildStream[T](body: Observer[T] => Unit): EventStream[T]
Inherited from
MiscSyntax
@inline
def createTrigger(): (EventStream[Unit], () => Unit)
Inherited from
MiscSyntax
@inline
def hellip: String

Ellipsis

Ellipsis

Inherited from
HtmlEntities
@inline
def mdash: String

Em dash

Em dash

Inherited from
HtmlEntities
@inline
def ndash: String

En dash

En dash

Inherited from
HtmlEntities
@inline
def nodeSeq[El <: ReactiveElement[Element]](seq: Modifier[El]*): Modifier[El]
Inherited from
MiscSyntax
@inline
def nodeSequence[A, El <: ReactiveElement[Element]](seq: Seq[Modifier[El]]): Modifier[El]
Inherited from
MiscSyntax
def smartClass(classes: Signal[Seq[(Seq[String], Boolean)]]): Modifier[Base]
Inherited from
SmartClass
def smartClass(classes: (String, Boolean)*): Modifier[Base]
Inherited from
SmartClass
@inline
def storedBoolean(name: String, initial: Boolean): StoredBoolean
Inherited from
MiscSyntax
@inline
def storedString(name: String, initial: String): StoredString
Inherited from
MiscSyntax
@inline
def tee[T](observers: Observer[T]*): Observer[T]
Inherited from
MiscSyntax
@inline
def thisEvents[Ev <: Event](t: EventProcessor[Ev, Ev]): ThisEventsStreamBuilder[Ev, Ev]
Inherited from
MiscSyntax
@inline
def vellip: String

Vertical Ellipsis

Vertical Ellipsis

Inherited from
HtmlEntities
@inline
def when[A, El <: Element](b: Boolean)(mods: Modifier[El]*): Modifier[El]
Inherited from
MiscSyntax
@inline
def whenDefined[El <: Element](o: Option[_])(mods: Modifier[El]*): Modifier[El]
Inherited from
MiscSyntax
@inline
def whenEmpty[El <: Element](o: Option[_])(mods: Modifier[El]*): Modifier[El]
Inherited from
MiscSyntax
@inline
def whenNot[A, El <: Element](b: Boolean)(mods: Modifier[El]*): Modifier[El]
Inherited from
MiscSyntax

Inherited fields

val futureChild: FutureChildReceiver
Inherited from
ReceiversSyntax
val futureChildren: FutureChildrenReceiver
Inherited from
ReceiversSyntax

Implicits

Inherited implicits

implicit def syntaxEventPropTransformation[Ev <: Event, V](underlying: EventProcessor[Ev, V]): EventPropTransformationOps[Ev, V]
implicit def syntaxEventStream[A](s: EventStream[A]): EventStreamOps[A]
Inherited from
EventStreamSyntax
implicit def syntaxEventStreamOfEither[A, B](s: EventStream[Either[A, B]]): EventStreamOfEitherOps[A, B]
implicit def syntaxEventStreamOfOption[A](s: EventStream[Option[A]]): EventStreamOfOptionOps[A]
implicit def syntaxFutureOfEither[A, B](f: => Future[Either[A, B]]): FutureOfEitherOps[A, B]
Inherited from
FutureOfEitherSyntax
implicit def syntaxHtmlTag[T <: Element](tag: HtmlTag[T]): HtmlTagOps[T]
Inherited from
HtmlTagSyntax
implicit def syntaxInputElement(el: Input): InputElementOps
Inherited from
InputElementSyntax
implicit def syntaxObservable[A](s: Observable[A]): ObservableOps[A]
Inherited from
ObservableSyntax
implicit def syntaxObservableOfBooleanOps(o: Observable[Boolean]): ObservableOfBooleanOps
implicit def syntaxObservableOfOption[A](s: Observable[Option[A]]): ObservableOfOptionOps[A]
implicit def syntaxOptionOfSignal[A](o: Option[Signal[A]]): OptionOfSignalOps[A]
Inherited from
OptionOfSignalSyntax
implicit def syntaxReactiveEventProp[Ev <: Event](underlying: ReactiveEventProp[Ev]): ReactiveEventPropOps[Ev]
implicit def syntaxReactiveHtmlElement[T <: Element](el: ReactiveHtmlElement[T]): ReactiveHtmlElementOps[T]
implicit def syntaxReactiveSvgElement[T <: Element](el: ReactiveSvgElement[T]): ReactiveSvgElementOps[T]
implicit def syntaxSeq[Repr](coll: Repr)(seq: IsSeq[Repr]): SeqOps[Repr, seq]
Inherited from
SeqSyntax
implicit def syntaxSignal[A](s: Signal[A]): SignalOps[A]
Inherited from
SignalSyntax
implicit def syntaxSignalOfBoolean(s: Signal[Boolean]): SignalOfBooleanOps
Inherited from
SignalOfBooleanSyntax
implicit def syntaxSignalOfEither[A, B](s: Signal[Either[A, B]]): SignalOfEitherOps[A, B]
Inherited from
SignalOfEitherSyntax
implicit def syntaxSignalOfOption[A, B](s: Signal[(A, B)]): SignalOfTuple2Ops[A, B]
Inherited from
SignalOfTuple2Syntax
implicit def syntaxSignalOfOption[A](s: Signal[Option[A]]): SignalOfOptionOps[A]
Inherited from
SignalOfOptionSyntax
implicit def syntaxSignalOfOptionOfSignal[A](s: Signal[Option[Signal[A]]]): SignalOfOptionOfSignalOps[A]
implicit def syntaxSvgTag[T <: Element](tag: SvgTag[T]): SvgTagOps[T]
Inherited from
SvgTagSyntax
implicit def syntaxTextAreaElement(el: TextArea): TextAreaElementOps
Inherited from
TextAreaSyntax
implicit def syntaxVarOfBoolean(v: Var[Boolean]): VarOfBooleanOps
Inherited from
VarOfBooleanSyntax