Settable

io.github.nafg.scalajs.react.util.partialrenderer.Settable
See theSettable companion class
object Settable

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Settable.type

Members list

Value members

Concrete methods

def fromStateSnapshot[A](state: StateSnapshot[A]): Settable[A]
def of[I, S](i: I)(implicit t: ReadImpureWritePure[I, S]): Settable[S]