Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

DataRef<'T>

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

Record Fields

Record FieldDescription
retrieveRaw
Signature: (unit -> 'T) ref

Instance members

Instance memberDescription
x.Value
Signature: 'T

Static members

Static memberDescription
DataRef.Empty
Signature: DataRef<'T>
DataRef.Map f inner
Signature: (f:('T -> 'a)) -> inner:DataRef<'T> -> DataRef<'a>