Record Class Net.FieldAggregation

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Net.FieldAggregation
Record Components:
field - Dot separated path to the field
fn - Aggregation function that must be applied to field values
Enclosing class:
Net

public static record Net.FieldAggregation(String field, Net.AggregationFn fn) extends Record