case class MixedJunction[I, O, X[_]](split: (I) => Option[X[I]], build: (X[I], X[O]) => Option[O])(implicit evidence$2: Traverse[X]) extends Translator[I, O] with Product with Serializable
Instance Constructors
- new MixedJunction(split: (I) => Option[X[I]], build: (X[I], X[O]) => Option[O])(implicit arg0: Traverse[X])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (MixedJunction[I, O, X], B)
- final def ==(arg0: Any): Boolean
- def andThen[A](g: (Option[O]) => A): (I) => A
- def apply(inp: I): Option[O]
- final def asInstanceOf[T0]: T0
- val build: (X[I], X[O]) => Option[O]
- def clone(): AnyRef
- def compose[A](g: (A) => I): (A) => Option[O]
- def elseOr(that: Translator[I, O]): OrElse[I, O]
- def ensuring(cond: (MixedJunction[I, O, X]) => Boolean, msg: => Any): MixedJunction[I, O, X]
- def ensuring(cond: (MixedJunction[I, O, X]) => Boolean): MixedJunction[I, O, X]
- def ensuring(cond: Boolean, msg: => Any): MixedJunction[I, O, X]
- def ensuring(cond: Boolean): MixedJunction[I, O, X]
- final def eq(arg0: AnyRef): Boolean
- def flip: (X[Option[O]]) => Option[X[O]]
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- def map[X](fn: (O) => X, ufn: (X) => O): Mapped[I, O, X]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def orElse(that: Translator[I, O]): OrElse[I, O]
- def productElementNames: Iterator[String]
- def recTranslate(leafMap: => (I) => Option[O]): (I) => Option[O]
- val split: (I) => Option[X[I]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unlift: PartialFunction[I, O]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def ||(that: Translator[I, O]): OrElse[I, O]
- def ||:(that: Translator[I, O]): OrElse[I, O]
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (MixedJunction[I, O, X], B)
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Inherited from Translator[I, O]
Value Members
- def apply(inp: I): Option[O]
- def elseOr(that: Translator[I, O]): OrElse[I, O]
- def map[X](fn: (O) => X, ufn: (X) => O): Mapped[I, O, X]
- def orElse(that: Translator[I, O]): OrElse[I, O]
- def ||(that: Translator[I, O]): OrElse[I, O]
- def ||:(that: Translator[I, O]): OrElse[I, O]
Inherited from (I) => Option[O]
Value Members
- def andThen[A](g: (Option[O]) => A): (I) => A
- def compose[A](g: (A) => I): (A) => Option[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 UnliftOps fromMixedJunction[I, O, X] to UnliftOps[I, O]
Value Members
- def unlift: PartialFunction[I, O]
Inherited by implicit conversion any2stringadd fromMixedJunction[I, O, X] to any2stringadd[MixedJunction[I, O, X]]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromMixedJunction[I, O, X] to StringFormat[MixedJunction[I, O, X]]
Value Members
- def formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring fromMixedJunction[I, O, X] to Ensuring[MixedJunction[I, O, X]]
Value Members
- def ensuring(cond: (MixedJunction[I, O, X]) => Boolean, msg: => Any): MixedJunction[I, O, X]
- def ensuring(cond: (MixedJunction[I, O, X]) => Boolean): MixedJunction[I, O, X]
- def ensuring(cond: Boolean, msg: => Any): MixedJunction[I, O, X]
- def ensuring(cond: Boolean): MixedJunction[I, O, X]
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (MixedJunction[I, O, X], B)
- final def ==(arg0: Any): Boolean
- def andThen[A](g: (Option[O]) => A): (I) => A
- def apply(inp: I): Option[O]
- final def asInstanceOf[T0]: T0
- val build: (X[I], X[O]) => Option[O]
- def clone(): AnyRef
- def compose[A](g: (A) => I): (A) => Option[O]
- def elseOr(that: Translator[I, O]): OrElse[I, O]
- def ensuring(cond: (MixedJunction[I, O, X]) => Boolean, msg: => Any): MixedJunction[I, O, X]
- def ensuring(cond: (MixedJunction[I, O, X]) => Boolean): MixedJunction[I, O, X]
- def ensuring(cond: Boolean, msg: => Any): MixedJunction[I, O, X]
- def ensuring(cond: Boolean): MixedJunction[I, O, X]
- final def eq(arg0: AnyRef): Boolean
- def flip: (X[Option[O]]) => Option[X[O]]
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- def map[X](fn: (O) => X, ufn: (X) => O): Mapped[I, O, X]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def orElse(that: Translator[I, O]): OrElse[I, O]
- def productElementNames: Iterator[String]
- def recTranslate(leafMap: => (I) => Option[O]): (I) => Option[O]
- val split: (I) => Option[X[I]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- def unlift: PartialFunction[I, O]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def ||(that: Translator[I, O]): OrElse[I, O]
- def ||:(that: Translator[I, O]): OrElse[I, O]
- def finalize(): Unit
- def →[B](y: B): (MixedJunction[I, O, X], B)