AbstractRecordValued(RecordTokenType type,
F[] fieldValues,
boolean validateType,
ModificationCountProvider modificationCountProvider) |
Constructs a value using the given elements as the
field elements, using the specified type.
|
AbstractRecordValued(RecordTokenType type,
F[] fieldValues,
ModificationCountProvider modificationCountProvider) |
Constructs a value using the given elements as the
field elements, using the specified type.
|
AbstractRecordValued(F[] fieldValues,
ModificationCountProvider modificationCountProvider) |
Constructs a value using the given elements as the
field elements.
|
CompositeValue(ScalarValued[] fields,
ModificationCountProvider modCountProvider) |
Construct a composite from the supplied ScalarValued objects.
|
CompositeValue(RecordTokenType type,
ScalarValued[] fields,
ModificationCountProvider modCountProvider) |
Construct a composite with the described schema using
the supplied ScalarValued objects.
|
FieldIteratorManager(RecordValued record,
ModificationCountProvider modificationCountProvider) |
Creates a new FieldIteratorManager.
|
RecordValuedFilter(RecordTokenType targetType,
RecordValued source,
ModificationCountProvider modificationCountProvider) |
Defines a RecordValued object, declaring the specified
type, backed by the underlying source.
|
RecordValuedFilter(RecordTokenType targetType,
Map<String,String> targetToSourceNameMapping,
RecordValued source,
ModificationCountProvider modificationCountProvider) |
Defines a RecordValued object, declaring the specified
type, backed by the underlying source.
|