implicits

neotypes.akkastreams.`package`.implicits
object implicits extends AkkaStreams

Attributes

Graph
Supertypes
trait AkkaStreams
class Object
trait Matchable
class Any
Self type
implicits.type

Members list

Implicits

Inherited implicits

final implicit def akkaStream(implicit mat: Materializer): Aux[AkkaStream, Future]

neotypes support for Akka Streams

neotypes support for Akka Streams

Value parameters

mat

implicit akka.stream.Materializer that will be passed down to all Akka Streams operations

Attributes

Returns

neotypes.Stream for AkkaStream using scala.concurrent.Future.

Inherited from:
AkkaStreams