Aardvark.Base.Incremental


ModRef<'a>

ModRef<'a> represents a changeable input cell which can be changed by the user and implements IMod<'a>

Constructors

ConstructorDescription
new(value)
Signature: value:'a -> ModRef<'a>

Instance members

Instance memberDescription
add_Changed(arg1)
Signature: EventHandler<EventArgs> -> unit
Changed
Signature: IEvent<EventHandler<EventArgs>,EventArgs>
GetValue(token)
Signature: token:AdaptiveToken -> 'a
remove_Changed(arg1)
Signature: EventHandler<EventArgs> -> unit
UnsafeCache()
Signature: unit -> 'a
UnsafeCache()
Signature: unit -> unit
Value()
Signature: unit -> 'a
Value()
Signature: unit -> unit
Fork me on GitHub