Class FilterCommunicator.toFilterChannel<TI,​TO>

  • Enclosing interface:
    FilterCommunicator<TI,​TO,​FI,​FO>

    public abstract static class FilterCommunicator.toFilterChannel<TI,​TO>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      toFilterChannel()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract TO toFilter​(TI input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • toFilterChannel

        public toFilterChannel()
    • Method Detail

      • toFilter

        public abstract TO toFilter​(TI input)