Interface DProcess<T>

All Known Implementing Classes:
DProcess.DoNothing

public interface DProcess<T>
Function which processes an object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Default implementation which does nothing
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • process

      void process(T o)