public class Concat extends KorypheFunction2<Object,Object,String>
Concat
is a Function
that takes in
two objects and calls toString on them and concatenates them together. The default separator is a comma,
you can set a custom separator using setSeparator(String).Modifier and Type | Method and Description |
---|---|
String |
apply(Object input1,
Object input2) |
boolean |
equals(Object obj) |
String |
getSeparator() |
int |
hashCode() |
void |
setSeparator(String separator) |
String |
toString() |
delegateApply
apply
public Concat()
public Concat(String separator)
public String apply(Object input1, Object input2)
apply
in class KorypheFunction2<Object,Object,String>
public String getSeparator()
public void setSeparator(String separator)
public boolean equals(Object obj)
public int hashCode()
Copyright © 2021. All rights reserved.