public abstract class GroupOperationField<T> extends Object
Constructor and Description |
---|
GroupOperationField(GroupOperation<T> operation) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
apply(Record record,
Field field) |
GroupOperation<T> |
getOperation() |
protected abstract T |
getValue() |
String |
toString() |
public GroupOperationField(GroupOperation<T> operation)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.