AllButCatsSyntax

trait AllSyntax
object implicits.type
object all.type
object allButCats.type

Type members

Inherited classlikes

object eu
Inherited from:
LiteralsSyntax
object si
Inherited from:
LiteralsSyntax
object us
Inherited from:
LiteralsSyntax

Inherited types

final type RangeElem[X <: RangeLike] = X match { case Range => Int case NumericRange[Long] => Long }
Inherited from:
CforSyntax
Inherited from:
CforSyntax

Value members

Inherited methods

inline def cfor[A](inline init: A)(inline test: A => Boolean, inline next: A => A)(inline body: A => Unit): Unit
Inherited from:
CforSyntax
inline def cforRange[R <: RangeLike](inline r: R)(inline body: RangeElem[R] => Unit): Unit
Inherited from:
CforSyntax
inline def cforRange2[R <: RangeLike](inline r1: R, inline r2: R)(inline body: (RangeElem[R], RangeElem[R]) => Unit): Unit
Inherited from:
CforSyntax

Extensions

Inherited extensions

extension (ctx: StringContext)
inline def b(inline parts: Any*): Byte
Inherited from:
LiteralsSyntax
inline def h(inline parts: Any*): Short
Inherited from:
LiteralsSyntax
inline def r(inline parts: Any*): Rational
Inherited from:
LiteralsSyntax
inline def ub(inline parts: Any*): UByte
Inherited from:
LiteralsSyntax
inline def uh(inline parts: Any*): UShort
Inherited from:
LiteralsSyntax
inline def ui(inline parts: Any*): UInt
Inherited from:
LiteralsSyntax
inline def ul(inline parts: Any*): ULong
Inherited from:
LiteralsSyntax
extension (ctx: StringContext)
def poly(args: Any*): Polynomial[Rational]
Inherited from:
LiteralsSyntax
extension (lhs: Long)
def **(rhs: Long): Long
Inherited from:
LongSyntax
def /%(rhs: Long): (Long, Long)
Inherited from:
LongSyntax
def /~(rhs: Long): Long
Inherited from:
LongSyntax
def choose(rhs: Long): BigInt
Inherited from:
LongSyntax
def pow(rhs: Long): Long
Inherited from:
LongSyntax
Inherited from:
LongSyntax
extension (lhs: Int)
def **(rhs: Int): Int
Inherited from:
IntSyntax
def /%(rhs: Int): (Int, Int)
Inherited from:
IntSyntax
def /~(rhs: Int): Int
Inherited from:
IntSyntax
def choose(rhs: Int): BigInt
Inherited from:
IntSyntax
def pow(rhs: Int): Int
Inherited from:
IntSyntax
Inherited from:
IntSyntax
extension [A](lhs: A)
def toBigInt(using cf: ConvertableFrom[A]): BigInt
Inherited from:
ConvertableFromSyntax
def toByte(using cf: ConvertableFrom[A]): Byte
Inherited from:
ConvertableFromSyntax
def toDouble(using cf: ConvertableFrom[A]): Double
Inherited from:
ConvertableFromSyntax
def toFloat(using cf: ConvertableFrom[A]): Float
Inherited from:
ConvertableFromSyntax
def toInt(using cf: ConvertableFrom[A]): Int
Inherited from:
ConvertableFromSyntax
def toLong(using cf: ConvertableFrom[A]): Long
Inherited from:
ConvertableFromSyntax
Inherited from:
ConvertableFromSyntax
def toShort(using cf: ConvertableFrom[A]): Short
Inherited from:
ConvertableFromSyntax
def toString(using cf: ConvertableFrom[A]): String
Inherited from:
ConvertableFromSyntax
extension (lhs: Double)
def **(rhs: Double): Double
Inherited from:
DoubleSyntax
def pow(rhs: Double): Double
Inherited from:
DoubleSyntax
extension (lhs: BigInt)
def %(rhs: Number): Number
Inherited from:
BigIntSyntax
def %(rhs: ULong): BigInt
Inherited from:
BigIntSyntax
def %(rhs: Natural): BigInt
Inherited from:
BigIntSyntax
def %(rhs: SafeLong): SafeLong
Inherited from:
BigIntSyntax
def *(rhs: Number): Number
Inherited from:
BigIntSyntax
def *(rhs: ULong): BigInt
Inherited from:
BigIntSyntax
def *(rhs: Natural): BigInt
Inherited from:
BigIntSyntax
def *(rhs: SafeLong): SafeLong
Inherited from:
BigIntSyntax
def **(rhs: BigInt): BigInt
Inherited from:
BigIntSyntax
def +(rhs: Number): Number
Inherited from:
BigIntSyntax
def +(rhs: ULong): BigInt
Inherited from:
BigIntSyntax
def +(rhs: Natural): BigInt
Inherited from:
BigIntSyntax
def +(rhs: SafeLong): SafeLong
Inherited from:
BigIntSyntax
def -(rhs: Number): Number
Inherited from:
BigIntSyntax
def -(rhs: ULong): BigInt
Inherited from:
BigIntSyntax
def -(rhs: Natural): BigInt
Inherited from:
BigIntSyntax
def -(rhs: SafeLong): SafeLong
Inherited from:
BigIntSyntax
def /(rhs: Number): Number
Inherited from:
BigIntSyntax
def /(rhs: ULong): BigInt
Inherited from:
BigIntSyntax
def /(rhs: Natural): BigInt
Inherited from:
BigIntSyntax
def /(rhs: SafeLong): SafeLong
Inherited from:
BigIntSyntax
def /%(rhs: Number): (Number, Number)
Inherited from:
BigIntSyntax
def /%(rhs: ULong): (BigInt, BigInt)
Inherited from:
BigIntSyntax
def /%(rhs: Natural): (BigInt, BigInt)
Inherited from:
BigIntSyntax
Inherited from:
BigIntSyntax
def /~(rhs: Number): Number
Inherited from:
BigIntSyntax
def /~(rhs: ULong): BigInt
Inherited from:
BigIntSyntax
def /~(rhs: Natural): BigInt
Inherited from:
BigIntSyntax
def /~(rhs: SafeLong): SafeLong
Inherited from:
BigIntSyntax
def /~(rhs: BigInt): BigInt
Inherited from:
BigIntSyntax
def pow(rhs: BigInt): BigInt
Inherited from:
BigIntSyntax
extension [A](lhs: A)
def **(using ev: NRoot[A])(rhs: Number)(using c: ConvertableFrom[A]): Number
Inherited from:
NRootSyntax
def **(using ev: NRoot[A])(rhs: Double)(using c: Field[A]): A
Inherited from:
NRootSyntax
def fpow(using ev: NRoot[A])(rhs: A): A
Inherited from:
NRootSyntax
def nroot(using ev: NRoot[A])(rhs: Int): A
Inherited from:
NRootSyntax
def pow(using ev: NRoot[A])(rhs: Number)(using c: ConvertableFrom[A]): Number
Inherited from:
NRootSyntax
def pow(using ev: NRoot[A])(rhs: Double)(using c: Field[A]): A
Inherited from:
NRootSyntax
def sqrt(using ev: NRoot[A]): A
Inherited from:
NRootSyntax

Implicits

Inherited implicits

implicit def additiveGroupOps[A : AdditiveGroup](a: A): AdditiveGroupOps[A]
Inherited from:
AdditiveGroupSyntax
implicit def additiveMonoidOps[A](a: A)(implicit ev: AdditiveMonoid[A]): AdditiveMonoidOps[A]
Inherited from:
AdditiveMonoidSyntax
implicit def arrayOps[@specialized A](lhs: Array[A]): ArrayOps[A]
Inherited from:
ArraySyntax
implicit def bitStringOps[A : BitString](a: A): BitStringOps[A]
Inherited from:
BitStringSyntax
implicit def boolOps[A : Bool](a: A): BoolOps[A]
Inherited from:
BoolSyntax
implicit def coordinateSpaceOps[V](v: V): CoordinateSpaceOps[V]
Inherited from:
CoordinateSpaceSyntax
implicit def eqOps[A : Eq](a: A): EqOps[A]
Inherited from:
EqSyntax
implicit def euclideanRingOps[A : EuclideanRing](a: A): EuclideanRingOps[A]
Inherited from:
EuclideanRingSyntax
implicit def gcdRingOps[A : GCDRing](a: A): GCDRingOps[A]
Inherited from:
GCDRingSyntax
implicit def groupoidCommonOps[A](a: A)(using ev: Groupoid[A], ni: NotGiven[Monoid[A]]): GroupoidCommonOps[A]
Inherited from:
GroupoidSyntax
implicit def groupoidOps[A](a: A)(implicit ev: Groupoid[A]): GroupoidOps[A]
Inherited from:
GroupoidSyntax
implicit def heytingOps[A : Heyting](a: A): HeytingOps[A]
Inherited from:
HeytingSyntax
implicit def indexedSeqOps[@specialized A, CC <: (IndexedSeq)](lhs: CC[A]): IndexedSeqOps[A, CC]
Inherited from:
SeqSyntax
implicit def innerProductSpaceOps[V](v: V): InnerProductSpaceOps[V]
implicit def integralOps[A : Integral](a: A): IntegralOps[A]
Inherited from:
IntegralSyntax
implicit def intervalOps[A : AdditiveGroup](a: A): IntervalPointOps[A]
Inherited from:
IntervalSyntax
implicit def involutionOps[A : Involution](lhs: A): InvolutionOps[A]
Inherited from:
InvolutionSyntax
implicit def isRealOps[A : IsReal](a: A): IsRealOps[A]
Inherited from:
IsRealSyntax
implicit def joinOps[A : JoinSemilattice](a: A): JoinOps[A]
Inherited from:
LatticeSyntax
implicit def leftActionOps[G](g: G): LeftActionOps[G]
Inherited from:
ActionSyntax
implicit def leftPartialActionOps[G](g: G): LeftPartialActionOps[G]
Inherited from:
PartialActionSyntax
Inherited from:
OrderSyntax
Inherited from:
OrderSyntax
implicit def lms[V](v: V): LeftModuleOps[V]
Inherited from:
LeftModuleSyntax
implicit def logicOps[A : Logic](a: A): LogicOps[A]
Inherited from:
LogicSyntax
implicit def meetOps[A : MeetSemilattice](a: A): MeetOps[A]
Inherited from:
LatticeSyntax
implicit def metricSpaceOps[V](v: V): MetricSpaceOps[V]
Inherited from:
MetricSpaceSyntax
implicit def normedVectorSpaceOps[V](v: V): NormedVectorSpaceOps[V]
implicit def orderOps[A : Order](a: A): OrderOps[A]
Inherited from:
OrderSyntax
implicit def partialOrderOps[A : PartialOrder](a: A): PartialOrderOps[A]
Inherited from:
PartialOrderSyntax
implicit def rightActionOps[P](p: P): RightActionOps[P]
Inherited from:
ActionSyntax
Inherited from:
PartialActionSyntax
implicit def rms[V](v: V): RightModuleOps[V]
Inherited from:
RightModuleSyntax
implicit def semigroupoidOps[A : Semigroupoid](a: A): SemigroupoidOps[A]
Inherited from:
SemigroupoidSyntax
implicit def semiringOps[A : Semiring](a: A): SemiringOps[A]
Inherited from:
SemiringSyntax
implicit def seqOps[@specialized A, CC <: (Iterable)](lhs: CC[A]): SeqOps[A, CC]
Inherited from:
SeqSyntax
implicit def signedOps[A : Signed](a: A): SignedOps[A]
Inherited from:
SignedSyntax
implicit def torsorPointOps[P](p: P): TorsorPointOps[P]
Inherited from:
TorsorSyntax
implicit def trigOps[A : Trig](a: A): TrigOps[A]
Inherited from:
TrigSyntax
implicit def vectorSpaceOps[V](v: V): VectorSpaceOps[V]
Inherited from:
VectorSpaceSyntax