OnIncoming

object OnIncoming
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Continue[A](a: A, in: Try[In]) extends OnIncoming[A]
case
object Ignore extends OnIncoming[Nothing]
final case
class Retry[A](a: A, pack: PackOut) extends OnIncoming[A]
final case
class Stop(in: Try[In]) extends OnIncoming[Nothing]
Companion
object
object Stop
Companion
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror