Package org.datavec.api.transform.ops
Class StringWritableOp<T>
- java.lang.Object
-
- org.datavec.api.transform.ops.StringWritableOp<T>
-
- All Implemented Interfaces:
Serializable
,IAggregableReduceOp<Writable,T>
,Consumer<Writable>
,Supplier<T>
public class StringWritableOp<T> extends Object implements IAggregableReduceOp<Writable,T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringWritableOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Writable writable)
<W extends IAggregableReduceOp<Writable,T>>
voidcombine(W accu)
T
get()
-
-
-
Method Detail
-
combine
public <W extends IAggregableReduceOp<Writable,T>> void combine(W accu)
- Specified by:
combine
in interfaceIAggregableReduceOp<Writable,T>
-
-