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