final case class DerivedTo[T](x: ToTuple[T]) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DerivedTo
- Serializable
- Product
- Equals
- AnyVal
- Any
Implicitly
- by makePrefixSuffixTupleOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ++:[P](prefix: P)(implicit op: ConcatOp[P, DerivedTo[T]]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def +:[P](prefix: P)(implicit op: PrependOp[P, DerivedTo[T]]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def ->[B](y: B): (DerivedTo[T], B)
- def :+[S](suffix: S)(implicit op: AppendOp[DerivedTo[T], S]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def :++[P](suffix: P)(implicit op: ConcatOp[DerivedTo[T], P]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def append[S](suffix: S)(implicit op: AppendOp[DerivedTo[T], S]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def concat[P](suffix: P)(implicit op: ConcatOp[DerivedTo[T], P]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def ensuring(cond: (DerivedTo[T]) => Boolean, msg: => Any): DerivedTo[T]
- def ensuring(cond: (DerivedTo[T]) => Boolean): DerivedTo[T]
- def ensuring(cond: Boolean, msg: => Any): DerivedTo[T]
- def ensuring(cond: Boolean): DerivedTo[T]
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def prepend[P](prefix: P)(implicit op: PrependOp[P, DerivedTo[T]]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reversed(implicit op: ReverseOp[DerivedTo[T]]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def rotatedLeft(implicit op: RotateLeftOp[DerivedTo[T]]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def rotatedRight(implicit op: RotateRightOp[DerivedTo[T]]): Out
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- val tuple: DerivedTo[T]
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toStructuralTupleOps[DerivedTo[T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[DerivedTo[T]] is in scope.
- Definition Classes
- StructuralTupleOps
- val x: ToTuple[T]
Deprecated Value Members
- def →[B](y: B): (DerivedTo[T], B)
- Implicit
- This member is added by an implicit conversion from DerivedTo[T] toArrowAssoc[DerivedTo[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.