cast<TT extends Entity> method

JoinRecord<TT, T2, D> cast<TT extends Entity>()

Recasts this record using the T1 node type.

Implementation

JoinRecord<TT, T2, D> cast<TT extends Entity>() =>
    JoinRecord(node as TT, details, _self);