public static class AccumulatorParam.StringAccumulatorParam$ extends Object implements AccumulatorParam<String>
AccumulatorParam.DoubleAccumulatorParam$, AccumulatorParam.FloatAccumulatorParam$, AccumulatorParam.IntAccumulatorParam$, AccumulatorParam.LongAccumulatorParam$, AccumulatorParam.StringAccumulatorParam$
Modifier and Type | Field and Description |
---|---|
static AccumulatorParam.StringAccumulatorParam$ |
MODULE$
Deprecated.
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
StringAccumulatorParam$()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
addInPlace(String t1,
String t2)
Deprecated.
Merge two accumulated values together.
|
String |
zero(String initialValue)
Deprecated.
Return the "zero" (identity) value for an accumulator type, given its initial value.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAccumulator
public static final AccumulatorParam.StringAccumulatorParam$ MODULE$
public String addInPlace(String t1, String t2)
AccumulableParam
addInPlace
in interface AccumulableParam<String,String>
t1
- one set of accumulated datat2
- another set of accumulated datapublic String zero(String initialValue)
AccumulableParam
zero
in interface AccumulableParam<String,String>
initialValue
- (undocumented)