Package org.datavec.api.transform.ops
Class DispatchWithConditionOp<U>
- java.lang.Object
-
- org.datavec.api.transform.ops.DispatchOp<Writable,U>
-
- org.datavec.api.transform.ops.DispatchWithConditionOp<U>
-
- All Implemented Interfaces:
Serializable
,IAggregableReduceOp<List<Writable>,List<U>>
,Consumer<List<Writable>>
,Supplier<List<U>>
public class DispatchWithConditionOp<U> extends DispatchOp<Writable,U> implements IAggregableReduceOp<List<Writable>,List<U>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DispatchWithConditionOp(List<IAggregableReduceOp<Writable,List<U>>> ops, List<Condition> conds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(List<Writable> ts)
-
Methods inherited from class org.datavec.api.transform.ops.DispatchOp
combine, get
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.datavec.api.transform.ops.IAggregableReduceOp
combine
-
-