Class EnumWriteChannel.MirrorToDebugChannel

  • All Implemented Interfaces:
    java.util.function.Consumer<Channel<java.lang.Integer>>
    Enclosing class:
    EnumWriteChannel

    public static class EnumWriteChannel.MirrorToDebugChannel
    extends java.lang.Object
    implements java.util.function.Consumer<Channel<java.lang.Integer>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(Channel<java.lang.Integer> channel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

      • MirrorToDebugChannel

        public MirrorToDebugChannel​(ChannelId targetChannelId)
    • Method Detail

      • accept

        public void accept​(Channel<java.lang.Integer> channel)
        Specified by:
        accept in interface java.util.function.Consumer<Channel<java.lang.Integer>>