Class SourceWithContext$


  • public class SourceWithContext$
    extends java.lang.Object
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <Out,​CtxOut,​Mat>
      SourceWithContext<Out,​CtxOut,​Mat>
      fromPairs​(Source<Pair<Out,​CtxOut>,​Mat> under)
      Creates a SourceWithContext from a regular flow that operates on Pair elements.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • SourceWithContext$

        public SourceWithContext$()
    • Method Detail

      • fromPairs

        public <Out,​CtxOut,​Mat> SourceWithContext<Out,​CtxOut,​Mat> fromPairs​(Source<Pair<Out,​CtxOut>,​Mat> under)
        Creates a SourceWithContext from a regular flow that operates on Pair elements.