Simple

object Simple
Companion:
class
class Object
trait Matchable
class Any
Simple.type

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]