Flows

reactivemongo.akkastream.Flows$
See theFlows companion trait
object Flows

Flow builder utility

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Flows.type

Members list

Concise view

Value members

Concrete methods

Resolves a flow builder for the specified collection.

Resolves a flow builder for the specified collection.

import reactivemongo.api.bson.collection.BSONCollection
import reactivemongo.akkastream.Flows

def flowFor(c: BSONCollection) = Flows(c)

Attributes