Yield

turbolift.effects.CoroutineEffect.Step.Yield
final case class Yield[I, O, R, U](o: O, k: I => Computation[R, U])

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product