Package org.datavec.api.transform.ops
Class StringAggregatorImpls.AggregableStringAppend
- java.lang.Object
-
- org.datavec.api.transform.ops.StringAggregatorImpls.AggregableStringAppend
-
- All Implemented Interfaces:
Serializable,IAggregableReduceOp<String,Writable>,Consumer<String>,Supplier<Writable>
- Enclosing class:
- StringAggregatorImpls
public static class StringAggregatorImpls.AggregableStringAppend extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AggregableStringAppend()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(String s)<W extends IAggregableReduceOp<String,Writable>>
voidcombine(W accu)Writableget()
-
-
-
Method Detail
-
combine
public <W extends IAggregableReduceOp<String,Writable>> void combine(W accu)
-
accept
public void accept(String s)
-
get
public Writable get()
-
-