final class IzIterOnceMappings[A, B] extends AnyVal
- Annotations
- @nowarn()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IzIterOnceMappings
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IzIterOnceMappings(list: IterableOnce[(A, B)])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toMultimap: ImmutableMultiMap[A, B]
- def toMultimapMut: MutableMultiMap[A, B]
- Annotations
- @nowarn()
- def toMultimapView: MapView[A, View[B]]
- def toString(): String
- Definition Classes
- Any