public class GroupLast extends GroupOperation<Object>
| Constructor and Description |
|---|
GroupLast(FieldPath sourceFieldName) |
GroupLast(FieldPath sourceFieldName,
FieldPath targetFieldName) |
GroupLast(FieldPath sourceFieldName,
FieldPath targetFieldName,
boolean excludeNulls) |
GroupLast(String sourceFieldName) |
GroupLast(String sourceFieldName,
String targetFieldName) |
GroupLast(String sourceFieldName,
String targetFieldName,
boolean excludeNulls) |
| Modifier and Type | Method and Description |
|---|---|
protected GroupOperationField<Object> |
createField() |
getExcludeNulls, getFilter, getSourceFieldName, getSourceFieldPath, getTargetFieldName, getTargetFieldPath, setExcludeNulls, setFilter, setTargetFieldName, toStringpublic GroupLast(String sourceFieldName)
public GroupLast(FieldPath sourceFieldName)
protected GroupOperationField<Object> createField()
createField in class GroupOperation<Object>Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.