hex
Class RowTask.RowFunction<T extends Iced>

java.lang.Object
  extended by water.Iced
      extended by hex.RowTask.RowFunction<T>
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
RowTask<T extends Freezable>

public abstract static class RowTask.RowFunction<T extends Iced>
extends Iced


Constructor Summary
RowTask.RowFunction()
           
 
Method Summary
abstract  void processRow(RowTask.Row r, T res)
           
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowTask.RowFunction

public RowTask.RowFunction()
Method Detail

processRow

public abstract void processRow(RowTask.Row r,
                                T res)