DATATYPE - The type of the objects to be combined.@MustImplementEqualsAndHashcode public interface ICombinator<DATATYPE> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
combine(DATATYPE aFirst,
DATATYPE aSecond)
Combine the passed elements in the correct order.
|
Copyright © 2014 Philip Helger. All rights reserved.