FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

DataRef<'T> Type

Represents basically an "out" parameter, allows to retrieve a value after a certain point in time. Used to retrieve "pipes"

Record fields

Record Field Description

onSet

Full Usage: onSet

Field type: 'T -> unit
Modifiers: mutable
Field type: 'T -> unit

value

Full Usage: value

Field type: 'T option
Modifiers: mutable
Field type: 'T option

Instance members

Instance member Description

this.Value

Full Usage: this.Value

Returns: 'T
Returns: 'T

Static members

Static member Description

DataRef.Empty

Full Usage: DataRef.Empty

Returns: DataRef<'T>
Returns: DataRef<'T>

DataRef.Map(f) (inner)

Full Usage: DataRef.Map(f) (inner)

Parameters:
Returns: DataRef<'a>
f : 'T -> 'a
inner : DataRef<'T>
Returns: DataRef<'a>