SourceOfEitherOps

final class SourceOfEitherOps[A, B](val underlying: Source[Either[A, B]])
class Object
trait Matchable
class Any

Value members

Concrete methods

def childIfLeft(child: => Child): Inserter[Base]
def childIfRight(child: => Child): Inserter[Base]
def doWhenLeft(callback: => Unit): Binder[Base]
def doWhenRight(callback: => Unit): Binder[Base]

Concrete fields

val underlying: Source[Either[A, B]]