Interface RecordOperations<R extends Record>

All Known Implementing Classes:
RecordOperationsImpl

public sealed interface RecordOperations<R extends Record>
permits RecordOperationsImpl<R>
A builder for an operation containers that maps operations to record components.

Note that all operations added to this builder are performed lazily, i.e. they will only be validated when needed. An RecordResolveException will only be thrown when the operations are performed and the specified record component can not be resolved.