@Immutable public final class CombinatorString extends Object implements ICombinator<String>
| Modifier and Type | Method and Description |
|---|---|
String |
combine(String sFirst,
String sSecond)
Combine the passed elements in the correct order.
|
static CombinatorString |
getInstance() |
String |
toString() |
@Nonnull public static CombinatorString getInstance()
public String combine(@Nullable String sFirst, @Nullable String sSecond)
ICombinatorcombine in interface ICombinator<String>sFirst - The first element.sSecond - The second element.Copyright © 2006–2015 phloc systems. All rights reserved.