SourceOfEitherOps

io.laminext.core.ops.source.SourceOfEitherOps
final class SourceOfEitherOps[A, B](val underlying: Source[Either[A, B]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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]]