Class DProcess.DoNothing<T>

java.lang.Object
org.ddogleg.struct.DProcess.DoNothing<T>
All Implemented Interfaces:
Serializable, DProcess<T>
Enclosing interface:
DProcess<T>

public static class DProcess.DoNothing<T> extends Object implements DProcess<T>, Serializable
Default implementation which does nothing
See Also:
  • Constructor Details

    • DoNothing

      public DoNothing()
  • Method Details

    • process

      public void process(T o)
      Specified by:
      process in interface DProcess<T>