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