public static interface RecordAggregate.RecordVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitRecord(Record r)
Implementors may call non-mutating methods on Record r.
|
void visitRecord(Record r)
r
- must not be null
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.