sealed
trait
IsTuple[T] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
++:[P](prefix: P)(implicit op: ConcatOp[P, IsTuple[T]]): Out
-
def
+:[P](prefix: P)(implicit op: PrependOp[P, IsTuple[T]]): Out
-
def
->[B](y: B): (IsTuple[T], B)
-
def
:+[S](suffix: S)(implicit op: AppendOp[IsTuple[T], S]): Out
-
def
:++[P](suffix: P)(implicit op: ConcatOp[IsTuple[T], P]): Out
-
final
def
==(arg0: Any): Boolean
-
def
append[S](suffix: S)(implicit op: AppendOp[IsTuple[T], S]): Out
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
concat[P](suffix: P)(implicit op: ConcatOp[IsTuple[T], P]): Out
-
def
ensuring(cond: (IsTuple[T]) ⇒ Boolean, msg: ⇒ Any): IsTuple[T]
-
def
ensuring(cond: (IsTuple[T]) ⇒ Boolean): IsTuple[T]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): IsTuple[T]
-
def
ensuring(cond: Boolean): IsTuple[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
prepend[P](prefix: P)(implicit op: PrependOp[P, IsTuple[T]]): Out
-
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
→[B](y: B): (IsTuple[T], B)
Deprecated Value Members
-
def
finalize(): Unit
Inherited from Any
Inherited by implicit conversion any2stringadd from
IsTuple[T] to any2stringadd[IsTuple[T]]
Inherited by implicit conversion StringFormat from
IsTuple[T] to StringFormat[IsTuple[T]]
Inherited by implicit conversion Ensuring from
IsTuple[T] to Ensuring[IsTuple[T]]
Inherited by implicit conversion ArrowAssoc from
IsTuple[T] to ArrowAssoc[IsTuple[T]]