Creates a sink from the given by-name parameter.
Creates a sink from the given by-name parameter.
This method is primarily required for Scala 2.10 and 2.11.
In Scala 2.12, the same effect could be achieved by writing the expression (() => () => out): Sink
.
Creates a socket from the given by-name parameter.
Creates a socket from the given by-name parameter.
This method is primarily required for Scala 2.10 and 2.11.
In Scala 2.12, the same effect could be achieved by writing the expression (() => c): Socket[A]
.
Creates a source from the given by-name parameter.
Creates a source from the given by-name parameter.
This method is primarily required for Scala 2.10 and 2.11.
In Scala 2.12, the same effect could be achieved by writing the expression (() => () => in): Source
.