Class/Object

scala.tuples

StructuralTupleOps

Related Docs: object StructuralTupleOps | package tuples

Permalink

final class StructuralTupleOps[T] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructuralTupleOps
  2. AnyVal
  3. Any
Implicitly
  1. by makePrefixSuffixTupleOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to any2stringadd[StructuralTupleOps[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++:[P](prefix: P)(implicit op: ConcatOp[P, T]): Out

    Permalink
  5. def +:[P](prefix: P)(implicit op: PrependOp[P, T]): Out

    Permalink
  6. def ->[B](y: B): (StructuralTupleOps[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to ArrowAssoc[StructuralTupleOps[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. def :+[S](suffix: S)(implicit op: AppendOp[T, S]): Out

    Permalink
  8. def :++[P](suffix: P)(implicit op: ConcatOp[T, P]): Out

    Permalink
  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  10. def append[S](suffix: S)(implicit op: AppendOp[T, S]): Out

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def concat[P](suffix: P)(implicit op: ConcatOp[T, P]): Out

    Permalink
  13. def ensuring(cond: (StructuralTupleOps[T]) ⇒ Boolean, msg: ⇒ Any): StructuralTupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to Ensuring[StructuralTupleOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (StructuralTupleOps[T]) ⇒ Boolean): StructuralTupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to Ensuring[StructuralTupleOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): StructuralTupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to Ensuring[StructuralTupleOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): StructuralTupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to Ensuring[StructuralTupleOps[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StringFormat[StructuralTupleOps[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def prepend[P](prefix: P)(implicit op: PrependOp[P, T]): Out

    Permalink
  21. def reversed(implicit op: ReverseOp[T]): Out

    Permalink
  22. def rotatedLeft(implicit op: RotateLeftOp[T]): Out

    Permalink
  23. def rotatedRight(implicit op: RotateRightOp[T]): Out

    Permalink
  24. def toString(): String

    Permalink
    Definition Classes
    Any
  25. val tuple: T

    Permalink
  26. def [B](y: B): (StructuralTupleOps[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to ArrowAssoc[StructuralTupleOps[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def ++:[P](prefix: P)(implicit op: ConcatOp[P, StructuralTupleOps[T]]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).++:(prefix)(op)
  2. def +:[P](prefix: P)(implicit op: PrependOp[P, StructuralTupleOps[T]]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).+:(prefix)(op)
  3. def :+[S](suffix: S)(implicit op: AppendOp[StructuralTupleOps[T], S]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).:+(suffix)(op)
  4. def :++[P](suffix: P)(implicit op: ConcatOp[StructuralTupleOps[T], P]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).:++(suffix)(op)
  5. def append[S](suffix: S)(implicit op: AppendOp[StructuralTupleOps[T], S]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).append(suffix)(op)
  6. def concat[P](suffix: P)(implicit op: ConcatOp[StructuralTupleOps[T], P]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).concat(suffix)(op)
  7. def prepend[P](prefix: P)(implicit op: PrependOp[P, StructuralTupleOps[T]]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).prepend(prefix)(op)
  8. def reversed(implicit op: ReverseOp[StructuralTupleOps[T]]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).reversed(op)
  9. def rotatedLeft(implicit op: RotateLeftOp[StructuralTupleOps[T]]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).rotatedLeft(op)
  10. def rotatedRight(implicit op: RotateRightOp[StructuralTupleOps[T]]): Out

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).rotatedRight(op)
  11. val tuple: StructuralTupleOps[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]] performed by method makePrefixSuffixTupleOps in scala.tuples. This conversion will take place only if an implicit value of type IsTuple[StructuralTupleOps[T]] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (structuralTupleOps: StructuralTupleOps[StructuralTupleOps[T]]).tuple

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion makePrefixSuffixTupleOps from StructuralTupleOps[T] to StructuralTupleOps[StructuralTupleOps[T]]

Inherited by implicit conversion any2stringadd from StructuralTupleOps[T] to any2stringadd[StructuralTupleOps[T]]

Inherited by implicit conversion StringFormat from StructuralTupleOps[T] to StringFormat[StructuralTupleOps[T]]

Inherited by implicit conversion Ensuring from StructuralTupleOps[T] to Ensuring[StructuralTupleOps[T]]

Inherited by implicit conversion ArrowAssoc from StructuralTupleOps[T] to ArrowAssoc[StructuralTupleOps[T]]

Ungrouped