class
Ops[TT] extends AnyRef
Instance Constructors
-
new
Ops(tuple: TT)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
++:[P](prefix: P)(implicit op: ConcatOp[P, Ops[TT]]): Out
-
def
+:[P](prefix: P)(implicit op: PrependOp[P, Ops[TT]]): Out
-
def
->[B](y: B): (Ops[TT], B)
-
def
:+[S](suffix: S)(implicit op: AppendOp[Ops[TT], S]): Out
-
def
:++[P](suffix: P)(implicit op: ConcatOp[Ops[TT], P]): Out
-
final
def
==(arg0: Any): Boolean
-
def
append[S](suffix: S)(implicit op: AppendOp[Ops[TT], S]): Out
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
concat[P](suffix: P)(implicit op: ConcatOp[Ops[TT], P]): Out
-
def
ensuring(cond: (Ops[TT]) ⇒ Boolean, msg: ⇒ Any): Ops[TT]
-
def
ensuring(cond: (Ops[TT]) ⇒ Boolean): Ops[TT]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Ops[TT]
-
def
ensuring(cond: Boolean): Ops[TT]
-
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, Ops[TT]]): Out
-
def
reversed(implicit op: ReverseOp[Ops[TT]]): Out
-
def
rotatedLeft(implicit op: RotateLeftOp[Ops[TT]]): Out
-
def
rotatedRight(implicit op: RotateRightOp[Ops[TT]]): Out
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
to[T](implicit tt: Aux[TT, T]): T
-
def
toString(): String
-
val
tuple: Ops[TT]
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
→[B](y: B): (Ops[TT], B)
Deprecated Value Members
-
def
finalize(): Unit
Inherited from Any
Inherited by implicit conversion any2stringadd from
Ops[TT] to any2stringadd[Ops[TT]]
Inherited by implicit conversion StringFormat from
Ops[TT] to StringFormat[Ops[TT]]
Inherited by implicit conversion Ensuring from
Ops[TT] to Ensuring[Ops[TT]]
Inherited by implicit conversion ArrowAssoc from
Ops[TT] to ArrowAssoc[Ops[TT]]