IN - The type that can be concatenated with thisOUT - The resultant typepublic interface Concatenatable<IN,OUT>
| Modifier and Type | Method and Description |
|---|---|
OUT |
concatenate(IN... ins)
Concatenate all the inputs with this, returning a new object that is the
result of the concatenation.
|
OUT |
concatenate(List<IN> ins)
Concatenate all the inputs with this, returning a new object that is the
result of the concatenation.
|
OUT concatenate(IN... ins)
ins - the inputsOUT concatenate(List<IN> ins)
ins - the inputs