final case class ExportedFrom[TT, T](x: Aux[TT, T]) extends AnyVal with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExportedFrom
- 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
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toany2stringadd[ExportedFrom[TT, T]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ++:[P](prefix: P)(implicit op: ConcatOp[P, ExportedFrom[TT, T]]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def +:[P](prefix: P)(implicit op: PrependOp[P, ExportedFrom[TT, T]]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def ->[B](y: B): (ExportedFrom[TT, T], B)
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toArrowAssoc[ExportedFrom[TT, T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- def :+[S](suffix: S)(implicit op: AppendOp[ExportedFrom[TT, T], S]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def :++[P](suffix: P)(implicit op: ConcatOp[ExportedFrom[TT, T], P]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def append[S](suffix: S)(implicit op: AppendOp[ExportedFrom[TT, T], S]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def concat[P](suffix: P)(implicit op: ConcatOp[ExportedFrom[TT, T], P]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def ensuring(cond: (ExportedFrom[TT, T]) => Boolean, msg: => Any): ExportedFrom[TT, T]
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toEnsuring[ExportedFrom[TT, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ExportedFrom[TT, T]) => Boolean): ExportedFrom[TT, T]
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toEnsuring[ExportedFrom[TT, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ExportedFrom[TT, T]
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toEnsuring[ExportedFrom[TT, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ExportedFrom[TT, T]
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toEnsuring[ExportedFrom[TT, T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStringFormat[ExportedFrom[TT, T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- 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, ExportedFrom[TT, T]]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reversed(implicit op: ReverseOp[ExportedFrom[TT, T]]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def rotatedLeft(implicit op: RotateLeftOp[ExportedFrom[TT, T]]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- def rotatedRight(implicit op: RotateRightOp[ExportedFrom[TT, T]]): Out
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- val tuple: ExportedFrom[TT, T]
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toStructuralTupleOps[ExportedFrom[TT, T]] performed by method makePrefixSuffixTupleOps in scala.tuples.This conversion will take place only if an implicit value of type IsTuple[ExportedFrom[TT, T]] is in scope.
- Definition Classes
- StructuralTupleOps
- val x: Aux[TT, T]
Deprecated Value Members
- def →[B](y: B): (ExportedFrom[TT, T], B)
- Implicit
- This member is added by an implicit conversion from ExportedFrom[TT, T] toArrowAssoc[ExportedFrom[TT, 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.