Simple

harness.webUI.vdom.PModifier$.Simple$
See theSimple companion trait
object Simple

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Simple.type

Members list

Concise view

Value members

Concrete methods

inline def apply[Action, StateGet, StateSet <: StateGet, Value](inline _build: (RaiseHandler[Action, StateSet], StateGet) => List[Modifier], inline _value: StateGet => EitherNel[String, Value]): Simple[Action, StateGet, StateSet, Value]
inline def const(inline _modifiers: List[Modifier]): Simple[Nothing, Any, Nothing, Unit]
inline def unit[Action, StateGet, StateSet <: StateGet](inline _build: (RaiseHandler[Action, StateSet], StateGet) => List[Modifier]): Simple[Action, StateGet, StateSet, Unit]