izumi.fundamentals.collections

Members list

Type members

Classlikes

object IzCollections

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final class IzIterMappings[A, B](list: Iterable[(A, B)]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class IzIterOnceMappings[A, B](list: IterableOnce[(A, B)]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class IzIterable[A, Repr <: (Iterable)](xs: Repr[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class IzTraversables[A](list: IterableOnce[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
class OrderedSetShim[A](val ordered: Seq[A]) extends Set[A]

Attributes

Supertypes
trait Set[A]
trait SetOps[A, Set, Set[A]]
trait Set[A]
trait Equals
trait SetOps[A, Set, Set[A]]
trait A => Boolean
trait Iterable[A]
trait Iterable[A]
trait IterableFactoryDefaults[A, Set]
trait IterableOps[A, Set, Set[A]]
trait IterableOnceOps[A, Set, Set[A]]
trait IterableOnce[A]
class Object
trait Matchable
class Any
Show all
case class WildcardPrefixTree[K, V](values: Seq[V], children: Map[PathElement[K], WildcardPrefixTree[K, V]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

type ImmutableMultiMap[A, B] = Map[A, Set[B]]
type MutableMultiMap[A, B] = HashMap[A, Set[B]] & MultiMap[A, B]