object TernaryOp extends ProductReader[TernaryOp[_, _, _, _]] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TernaryOp
- Serializable
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Adjuncts = List[Adjunct]
- final case class Clip[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, B, C] with ProductWithAdjuncts with Product with Serializable
- final case class Fold[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, B, C] with ProductWithAdjuncts with Product with Serializable
- abstract class NamedOp[A, B, C, D] extends Op[A, B, C, D]
- abstract class Op[A, B, C, D] extends Product
- final case class SeqIndexOf[A, B >: A]() extends NamedOp[Seq[A], B, Int, Int] with Product with Serializable
- final case class SeqIndexOfSlice[A, B >: A]() extends NamedOp[Seq[A], Seq[B], Int, Int] with Product with Serializable
- final case class SeqLastIndexOf[A, B >: A]() extends NamedOp[Seq[A], B, Int, Int] with Product with Serializable
- final case class SeqLastIndexOfSlice[A, B >: A]() extends NamedOp[Seq[A], Seq[B], Int, Int] with Product with Serializable
- final case class SeqPadTo[A, B >: A]() extends NamedOp[Seq[A], Int, B, Seq[B]] with Product with Serializable
- final case class SeqSlice[A]() extends NamedOp[Seq[A], Int, Int, Seq[A]] with Product with Serializable
- final case class SeqSliding[A]() extends NamedOp[Seq[A], Int, Int, Seq[Seq[A]]] with Product with Serializable
- final case class SeqStartsWith[A, B >: A]() extends NamedOp[Seq[A], Seq[B], Int, Boolean] with Product with Serializable
- final case class SeqUpdated[A, B >: A]() extends NamedOp[Seq[A], Int, B, Seq[B]] with Product with Serializable
- final case class StringSlice() extends NamedOp[String, Int, Int, String] with Product with Serializable
- final case class StringSplit() extends NamedOp[String, String, Int, Seq[String]] with Product with Serializable
- final case class Wrap[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, B, C] with ProductWithAdjuncts with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def read(in: RefMapIn, key: String, arity: Int, adj: Int): TernaryOp[_, _, _, _]
- Definition Classes
- TernaryOp → ProductReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Clip extends ProductReader[Clip[_, _, _]] with Serializable
- object Fold extends ProductReader[Fold[_, _, _]] with Serializable
- object SeqIndexOf extends ProductReader[SeqIndexOf[_, _]] with Serializable
- object SeqIndexOfSlice extends ProductReader[SeqIndexOfSlice[_, _]] with Serializable
- object SeqLastIndexOf extends ProductReader[SeqLastIndexOf[_, _]] with Serializable
- object SeqLastIndexOfSlice extends ProductReader[SeqLastIndexOfSlice[_, _]] with Serializable
- object SeqPadTo extends ProductReader[SeqPadTo[_, _]] with Serializable
- object SeqSlice extends ProductReader[SeqSlice[_]] with Serializable
- object SeqSliding extends ProductReader[SeqSliding[_]] with Serializable
- object SeqStartsWith extends ProductReader[SeqStartsWith[_, _]] with Serializable
- object SeqUpdated extends ProductReader[SeqUpdated[_, _]] with Serializable
- object StringSlice extends ProductReader[StringSlice] with Serializable
- object StringSplit extends ProductReader[StringSplit] with Serializable
- object Wrap extends ProductReader[Wrap[_, _, _]] with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated