Sink

colibri.Sink
See theSink companion object
trait Sink[-G[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object sink.type

Members list

Value members

Abstract methods

def unsafeOnError[A](sink: G[A])(error: Throwable): Unit
def unsafeOnNext[A](sink: G[A])(value: A): Unit