Arrow

trait Arrow[A, F] extends Left[A, F] with Right[A, F]
Companion:
object
trait Right[A, F]
trait Left[A, F]
class Object
trait Matchable
class Any

Value members

Inherited methods

def patchFrom(source: F, sink: Sink[A]): Unit
Inherited from:
Left
def patchTo(source: Source[A], sink: F): Unit
Inherited from:
Right