case class Multiset[T](countingMap: Map[T, Int] = Map[T, Int]()) extends (T) ⇒ Int with Product with Serializable
- Source
- furstenbergWitness.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Multiset
- Serializable
- Serializable
- Product
- Equals
- Function1
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(that: Multiset[T]): Multiset[T]
- def ->[B](y: B): (Multiset[T], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
andThen[A](g: (Int) ⇒ A): (T) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(t: T): Int
- Definition Classes
- Multiset → Function1
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
compose[A](g: (A) ⇒ T): (A) ⇒ Int
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- val countingMap: Map[T, Int]
- def ensuring(cond: (Multiset[T]) ⇒ Boolean, msg: ⇒ Any): Multiset[T]
- def ensuring(cond: (Multiset[T]) ⇒ Boolean): Multiset[T]
- def ensuring(cond: Boolean, msg: ⇒ Any): Multiset[T]
- def ensuring(cond: Boolean): Multiset[T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toSeq: Seq[T]
-
def
toString(): String
- Definition Classes
- Multiset → Function1 → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Multiset[T], B)
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from Multiset[T] to any2stringadd[Multiset[T]] performed by method any2stringadd in scala.Predef.
- 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:(multiset: any2stringadd[Multiset[T]]).+(other)
- Definition Classes
- any2stringadd
This is the API documentation for GAPT.
The main package is gapt.