CoreSyntax

io.laminext.syntax.CoreSyntax

Attributes

Graph
Supertypes
Known subtypes
object core.type

Members list

Type members

Inherited classlikes

object HE

HTML Entities

HTML Entities

Attributes

Inherited from:
HtmlEntities
Supertypes
class Object
trait Matchable
class Any

Types

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

Value members

Inherited methods

def after(timeout: FiniteDuration): SetTimeoutBinders[Unit]

Attributes

Inherited from:
MiscSyntax
def after[T](timeout: FiniteDuration, value: T): SetTimeoutBinders[T]

Attributes

Inherited from:
MiscSyntax
def buildStream[T](body: Observer[T] => Unit): EventStream[T]

Attributes

Inherited from:
MiscSyntax
def createTrigger(): (EventStream[Unit], () => Unit)

Attributes

Inherited from:
MiscSyntax
def hellip: String

Ellipsis

Ellipsis

Attributes

Inherited from:
HtmlEntities
def mdash: String

Em dash

Em dash

Attributes

Inherited from:
HtmlEntities
def mutationObserver(childList: Boolean, attributes: Boolean, characterData: Boolean, subtree: Boolean, attributeOldValue: Boolean, characterDataOldValue: Boolean, attributeFilter: UndefOr[Array[String]]): MutationObserverBinders

Attributes

Inherited from:
MiscSyntax
def ndash: String

En dash

En dash

Attributes

Inherited from:
HtmlEntities
def nodeSeq[El <: ReactiveElement[Element]](seq: Modifier[El]*): Modifier[El]

Attributes

Inherited from:
MiscSyntax
def nodeSequence[A, El <: ReactiveElement[Element]](seq: Seq[Modifier[El]]): Modifier[El]

Attributes

Inherited from:
MiscSyntax
def resizeObserver(options: ResizeObserverOptions): ResizeObserverBinders

Attributes

Inherited from:
MiscSyntax

Attributes

Inherited from:
MiscSyntax
def sequentially[In, Out](tasks: Seq[In], persistent: Boolean)(run: In => EventStream[Out]): TaskQueue[In, Out]

Attributes

Inherited from:
SequentiallySyntax
def sequentially[In, Out](tasks: EventStream[In], persistent: Boolean)(run: In => EventStream[Out]): TaskQueue[In, Out]

Attributes

Inherited from:
SequentiallySyntax
def smartClass(classes: Signal[Seq[(Seq[String], Boolean)]]): Modifier[Base]

Attributes

Inherited from:
SmartClass
def smartClass(classes: (String, Boolean)*): Modifier[Base]

Attributes

Inherited from:
SmartClass
def storedBoolean(name: String, initial: Boolean): StoredBoolean

Attributes

Inherited from:
MiscSyntax
def storedString(name: String, initial: String): StoredString

Attributes

Inherited from:
MiscSyntax
def tee[T](observers: Observer[T]*): Observer[T]

Attributes

Inherited from:
MiscSyntax
def thisEvents[Ev <: Event](t: EventProcessor[Ev, Ev]): ThisEventsStreamBuilder[Ev, Ev]

Attributes

Inherited from:
MiscSyntax
def vellip: String

Vertical Ellipsis

Vertical Ellipsis

Attributes

Inherited from:
HtmlEntities
def when[A, El <: Element](b: Boolean)(mods: Modifier[El]*): Modifier[El]

Attributes

Inherited from:
MiscSyntax
def whenDefined[El <: Element](o: Option[_])(mods: Modifier[El]*): Modifier[El]

Attributes

Inherited from:
MiscSyntax
def whenEmpty[El <: Element](o: Option[_])(mods: Modifier[El]*): Modifier[El]

Attributes

Inherited from:
MiscSyntax
def whenNot[A, El <: Element](b: Boolean)(mods: Modifier[El]*): Modifier[El]

Attributes

Inherited from:
MiscSyntax

Inherited fields

val futureChild: FutureChildReceiver.type

Attributes

Inherited from:
ReceiversSyntax
val futureChildren: FutureChildrenReceiver.type

Attributes

Inherited from:
ReceiversSyntax

Implicits

Inherited implicits

implicit def syntaxEventPropTransformation[Ev <: Event, V](underlying: EventProcessor[Ev, V]): EventPropTransformationOps[Ev, V]

Attributes

Inherited from:
EventPropTransformationSyntax
implicit def syntaxEventStream[A](s: EventStream[A]): EventStreamOps[A]

Attributes

Inherited from:
EventStreamSyntax
implicit def syntaxEventStreamOfEither[A, B](s: EventStream[Either[A, B]]): EventStreamOfEitherOps[A, B]

Attributes

Inherited from:
EventStreamOfEitherSyntax
implicit def syntaxEventStreamOfOption[A](s: EventStream[Option[A]]): EventStreamOfOptionOps[A]

Attributes

Inherited from:
EventStreamOfOptionSyntax
implicit def syntaxFutureOfEither[A, B](f: => Future[Either[A, B]]): FutureOfEitherOps[A, B]

Attributes

Inherited from:
FutureOfEitherSyntax
implicit def syntaxHtmlTag[T <: Element](tag: HtmlTag[T]): HtmlTagOps[T]

Attributes

Inherited from:
HtmlTagSyntax
implicit def syntaxInputElement(el: Input): InputElementOps

Attributes

Inherited from:
InputElementSyntax
implicit def syntaxObservableOfBooleanOps(o: Observable[Boolean]): SourceOfBooleanOps

Attributes

Inherited from:
ObservableOfBooleanSyntax
implicit def syntaxObservableOfOption[A](s: Observable[Option[A]]): SourceOfOptionOps[A]

Attributes

Inherited from:
ObservableOfOptionSyntax
implicit def syntaxOptionOfSignal[A](o: Option[Signal[A]]): OptionOfSignalOps[A]

Attributes

Inherited from:
OptionOfSignalSyntax
implicit def syntaxReactiveEventProp[Ev <: Event](underlying: EventProp[Ev]): EventPropOps[Ev]

Attributes

Inherited from:
EventPropSyntax
implicit def syntaxReactiveHtmlElement[T <: Element](el: ReactiveHtmlElement[T]): ReactiveHtmlElementOps[T]

Attributes

Inherited from:
ReactiveHtmlElementSyntax
implicit def syntaxReactiveSvgElement[T <: Element](el: ReactiveSvgElement[T]): ReactiveSvgElementOps[T]

Attributes

Inherited from:
ReactiveSvgElementSyntax
implicit def syntaxSeq[Repr](coll: Repr)(implicit seq: IsSeq[Repr]): SeqOps[Repr, IsSeq[Repr]]

Attributes

Inherited from:
SeqSyntax
implicit def syntaxSignal[A](s: Signal[A]): SignalOps[A]

Attributes

Inherited from:
SignalSyntax
implicit def syntaxSignalOfBoolean(s: Signal[Boolean]): SignalOfBooleanOps

Attributes

Inherited from:
SignalOfBooleanSyntax
implicit def syntaxSignalOfEither[A, B](s: Signal[Either[A, B]]): SignalOfEitherOps[A, B]

Attributes

Inherited from:
SignalOfEitherSyntax
implicit def syntaxSignalOfOption[A, B](s: Signal[(A, B)]): SignalOfTuple2Ops[A, B]

Attributes

Inherited from:
SignalOfTuple2Syntax
implicit def syntaxSignalOfOption[A](s: Signal[Option[A]]): SignalOfOptionOps[A]

Attributes

Inherited from:
SignalOfOptionSyntax
implicit def syntaxSignalOfOptionOfSignal[A](s: Signal[Option[Signal[A]]]): SignalOfOptionOfSignalOps[A]

Attributes

Inherited from:
SignalOfOptionOfSignalSyntax
implicit def syntaxSource[A](s: Source[A]): SourceOps[A]

Attributes

Inherited from:
SourceSyntax
implicit def syntaxSvgTag[T <: Element](tag: SvgTag[T]): SvgTagOps[T]

Attributes

Inherited from:
SvgTagSyntax
implicit def syntaxTextAreaElement(el: TextArea): TextAreaElementOps

Attributes

Inherited from:
TextAreaSyntax
implicit def syntaxVarOfBoolean(v: Var[Boolean]): VarOfBooleanOps

Attributes

Inherited from:
VarOfBooleanSyntax