stream

object stream extends ReadablePath => Readable
trait ReadablePath => Readable
class Object
trait Matchable
class Any
stream.type

Value members

Concrete methods

def apply(p: ReadablePath): Readable

Inherited methods

@unspecialized
def andThen[A](g: Readable => A): ReadablePath => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => ReadablePath): A => Readable
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1