Abstract Abstract Readonly keyAbstract Readonly typeReturns the heterogeneous sort order of this Item. Used to impose a
total order on the set of all items. When comparing two items of
different types, the items order according to their typeOrder.
Abstract Readonly valueReturns the value component of this Field.
Always returns 0 because a Field can't be a Record, so it can't
contain any members.
Always returns undefined because a Field can't be a Record, so it
can't have a first member Attr whose key string could be returned.
Abstract aliasAbstract bitwiseAbstract bitwiseAbstract bitwiseAbstract bitwiseConverts the value of this Field into a boolean value, if possible.
Error if the value of this Field can't be converted into a
boolean value.
Converts the value of this Field into a boolean value, if possible;
otherwise returns orElse if the value of this Field can't be converted
into a boolean value.
Abstract branchAbstract cloneAbstract commitAbstract compareAbstract debugAbstract divideAbstract equalsAbstract equivalentAlways returns false because a Field can't be a Record, so it can't
have a Field member whose key is equal to the given key.
Abstract hashAbstract inverseAbstract isAbstract isAbstract isAbstract keyOptional likeAbstract minusAbstract moduloAbstract negativeAbstract notConverts the value of this Field into a number value, if possible.
Error if the value of this Field can't be converted into a
number value.
Converts the value of this Field into a number value, if possible;
otherwise returns orElse if the value of this Field can't be converted
into a number value.
Abstract plusAbstract positiveAbstract setConverts the value of this Field into a string value, if possible.
Error if the value of this Field can't be converted into a
string value.
Converts the value of this Field into a string value, if possible;
otherwise returns orElse if the value of this Field can't be converted
into a string value.
Abstract timesAbstract toAbstract updatedStatic absentStatic emptyStatic extantStatic fromStatic globalStatic ofGenerated using TypeDoc
Returns the key component of this
Field.