Interface PartialRec

All Superinterfaces:
Composite, FieldIterSource, Kernel, Partial, Rec, Value, ValueIterSource, ValueOrIdent, ValueOrIdentPtn, ValueOrPtn, ValueOrResolvedPtn, ValueOrVar, ValueOrVarSet
All Known Subinterfaces:
PartialTuple

public interface PartialRec extends Partial, Rec
  • Method Details

    • create

      static PartialRec create(LiteralOrVar label, List<FutureField> futureFields, List<PartialField> partialFields)
    • futureFieldCount

      int futureFieldCount()
      Count of fields that do not yet have a determined feature
    • futureLabel

      Var futureLabel()
    • totalFieldCount

      int totalFieldCount()
      Equal to fieldCount() + futureFieldCount()