scaladsl

com.github.mjakubowski84.parquet4s.ScalaCompat.stream.scaladsl
object scaladsl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
scaladsl.type

Members list

Type members

Types

type Flow[In, Out, Mat] = Flow[In, Out, Mat]
type Sink[In, Mat] = Sink[In, Mat]
type Source[Out, Mat] = Source[Out, Mat]

Value members

Concrete methods

def Flow[T]: Flow[T, T, NotUsed]
def Keep: Keep.type
def Sink: Sink.type
def Source: Source.type