Class JavaFlowSupport$


  • public class JavaFlowSupport$
    extends java.lang.Object
    For use only with JDK 9+.

    Provides support for java.util.concurrent.Flow.* interfaces which mirror the Reactive Streams interfaces from org.reactivestreams. See: [http://www.reactive-streams.org/](reactive-streams.org).

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JavaFlowSupport$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final JavaFlowSupport$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • JavaFlowSupport$

        public JavaFlowSupport$()