Package akka.stream

Class SinkRef$


  • public class SinkRef$
    extends java.lang.Object
    Implicitly converts a SinkRef to a Sink. The same can be achieved by calling `.sink` on the reference.
    • Field Summary

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

      Constructors 
      Constructor Description
      SinkRef$()  
    • Field Detail

      • MODULE$

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

      • SinkRef$

        public SinkRef$()
    • Method Detail

      • convertRefToSink

        public <T> Sink<T,​NotUsed> convertRefToSink​(SinkRef<T> sinkRef)