case class Junction[I, O, X[_], Ctx[_, _], Y[_], Z[_]](split: (Ctx[I, O]) => (X[I]) => Option[Y[I]], build: (Ctx[I, O]) => (Y[O]) => Option[X[O]])(implicit evidence$19: Traverse[Z], incl: Inclusion[Y, [A]Z[X[A]]], rest: OptRestriction[Y, [A]Z[X[A]]]) extends ContextTranslator[I, O, X, Ctx] with Product with Serializable
Instance Constructors
- new Junction(split: (Ctx[I, O]) => (X[I]) => Option[Y[I]], build: (Ctx[I, O]) => (Y[O]) => Option[X[O]])(implicit arg0: Traverse[Z], incl: Inclusion[Y, [A]Z[X[A]]], rest: OptRestriction[Y, [A]Z[X[A]]])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (Junction[I, O, X, Ctx, Y, Z], B)
- final def ==(arg0: Any): Boolean
- def addJunction[Y[_], Z[_]](split: (Ctx[I, O]) => (X[I]) => Option[Y[I]], build: (Ctx[I, O]) => (Y[O]) => Option[X[O]])(implicit arg0: Traverse[Z], incl: Inclusion[Y, [A]Z[X[A]]], rest: OptRestriction[Y, [A]Z[X[A]]]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
- def addJunction1[Y[_], Z[_]](split: PartialFunction[X[I], Y[I]], build: PartialFunction[Y[O], X[O]])(implicit arg0: Traverse[Z], incl: Inclusion[Y, [A]Z[X[A]]], rest: OptRestriction[Y, [A]Z[X[A]]]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
- def andThen[A](g: ((X[I]) => Option[X[O]]) => A): (Ctx[I, O]) => A
- def apply(ctx: Ctx[I, O]): (X[I]) => Option[X[O]]
- final def asInstanceOf[T0]: T0
- val build: (Ctx[I, O]) => (Y[O]) => Option[X[O]]
- def clone(): AnyRef
- def compose[A](g: (A) => Ctx[I, O]): (A) => (X[I]) => Option[X[O]]
- def ensuring(cond: (Junction[I, O, X, Ctx, Y, Z]) => Boolean, msg: => Any): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: (Junction[I, O, X, Ctx, Y, Z]) => Boolean): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: Boolean, msg: => Any): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: Boolean): Junction[I, O, X, Ctx, Y, Z]
- final def eq(arg0: AnyRef): Boolean
- def flip: (Z[Option[X[O]]]) => Option[Z[X[O]]]
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def recTranslate(leafMap: => (Ctx[I, O]) => (X[I]) => Option[X[O]]): (Ctx[I, O]) => (X[I]) => Option[X[O]]
- val split: (Ctx[I, O]) => (X[I]) => Option[Y[I]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def ||(that: ContextTranslator[I, O, X, Ctx]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (Junction[I, O, X, Ctx, Y, Z], B)
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Value Members
- def addJunction[Y[_], Z[_]](split: (Ctx[I, O]) => (X[I]) => Option[Y[I]], build: (Ctx[I, O]) => (Y[O]) => Option[X[O]])(implicit arg0: Traverse[Z], incl: Inclusion[Y, [A]Z[X[A]]], rest: OptRestriction[Y, [A]Z[X[A]]]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
- def addJunction1[Y[_], Z[_]](split: PartialFunction[X[I], Y[I]], build: PartialFunction[Y[O], X[O]])(implicit arg0: Traverse[Z], incl: Inclusion[Y, [A]Z[X[A]]], rest: OptRestriction[Y, [A]Z[X[A]]]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
- def apply(ctx: Ctx[I, O]): (X[I]) => Option[X[O]]
- def ||(that: ContextTranslator[I, O, X, Ctx]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
Inherited from (Ctx[I, O]) => (X[I]) => Option[X[O]]
Value Members
- def andThen[A](g: ((X[I]) => Option[X[O]]) => A): (Ctx[I, O]) => A
- def compose[A](g: (A) => Ctx[I, O]): (A) => (X[I]) => Option[X[O]]
- def toString(): String
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd fromJunction[I, O, X, Ctx, Y, Z] to any2stringadd[Junction[I, O, X, Ctx, Y, Z]]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromJunction[I, O, X, Ctx, Y, Z] to StringFormat[Junction[I, O, X, Ctx, Y, Z]]
Value Members
- def formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring fromJunction[I, O, X, Ctx, Y, Z] to Ensuring[Junction[I, O, X, Ctx, Y, Z]]
Value Members
- def ensuring(cond: (Junction[I, O, X, Ctx, Y, Z]) => Boolean, msg: => Any): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: (Junction[I, O, X, Ctx, Y, Z]) => Boolean): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: Boolean, msg: => Any): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: Boolean): Junction[I, O, X, Ctx, Y, Z]
Inherited by implicit conversion ArrowAssoc fromJunction[I, O, X, Ctx, Y, Z] to ArrowAssoc[Junction[I, O, X, Ctx, Y, Z]]
Value Members
- def ->[B](y: B): (Junction[I, O, X, Ctx, Y, Z], B)
- def →[B](y: B): (Junction[I, O, X, Ctx, Y, Z], B)
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (Junction[I, O, X, Ctx, Y, Z], B)
- final def ==(arg0: Any): Boolean
- def addJunction[Y[_], Z[_]](split: (Ctx[I, O]) => (X[I]) => Option[Y[I]], build: (Ctx[I, O]) => (Y[O]) => Option[X[O]])(implicit arg0: Traverse[Z], incl: Inclusion[Y, [A]Z[X[A]]], rest: OptRestriction[Y, [A]Z[X[A]]]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
- def addJunction1[Y[_], Z[_]](split: PartialFunction[X[I], Y[I]], build: PartialFunction[Y[O], X[O]])(implicit arg0: Traverse[Z], incl: Inclusion[Y, [A]Z[X[A]]], rest: OptRestriction[Y, [A]Z[X[A]]]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
- def andThen[A](g: ((X[I]) => Option[X[O]]) => A): (Ctx[I, O]) => A
- def apply(ctx: Ctx[I, O]): (X[I]) => Option[X[O]]
- final def asInstanceOf[T0]: T0
- val build: (Ctx[I, O]) => (Y[O]) => Option[X[O]]
- def clone(): AnyRef
- def compose[A](g: (A) => Ctx[I, O]): (A) => (X[I]) => Option[X[O]]
- def ensuring(cond: (Junction[I, O, X, Ctx, Y, Z]) => Boolean, msg: => Any): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: (Junction[I, O, X, Ctx, Y, Z]) => Boolean): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: Boolean, msg: => Any): Junction[I, O, X, Ctx, Y, Z]
- def ensuring(cond: Boolean): Junction[I, O, X, Ctx, Y, Z]
- final def eq(arg0: AnyRef): Boolean
- def flip: (Z[Option[X[O]]]) => Option[Z[X[O]]]
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def recTranslate(leafMap: => (Ctx[I, O]) => (X[I]) => Option[X[O]]): (Ctx[I, O]) => (X[I]) => Option[X[O]]
- val split: (Ctx[I, O]) => (X[I]) => Option[Y[I]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def ||(that: ContextTranslator[I, O, X, Ctx]): OrElse[I, O, [_]X[_], [_, _]Ctx[_, _]]
- def finalize(): Unit
- def →[B](y: B): (Junction[I, O, X, Ctx, Y, Z], B)