| Package | Description |
|---|---|
| com.helger.commons.aggregate |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatorAlwaysNull<SRCTYPE,DSTTYPE>
Always returns
null. |
class |
AggregatorConstant<SRCTYPE,DSTTYPE>
Always returns
null. |
class |
AggregatorString
A simple combinator that simply concatenates 2 strings.
|
class |
AggregatorStringIgnoreNull
A simple combinator that concatenates 2 strings by ignoring
null
values. |
class |
AggregatorStringWithSeparator
A simple combinator that concatenates 2 strings using a common separator.
|
class |
AggregatorStringWithSeparatorIgnoreNull
A simple combinator that concatenates 2 strings using a separator in case the
strings to be concatenated are not
null. |
class |
AggregatorUseAll<DATATYPE>
Always use the complete list of results.
|
class |
AggregatorUseFirst<DATATYPE>
Always use the last result.
|
class |
AggregatorUseLast<DATATYPE>
Always use the last result.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.