IMap

sbt.internal.util.IMap
See theIMap companion trait
object IMap

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IMap.type

Members list

Value members

Concrete methods

def empty[K[_], V[_]]: IMap[K, V]

Only suitable for K that is invariant in its type parameter. Option and List keys are not suitable, for example, because None <:< Option[String] and None <: Option[Int].

Only suitable for K that is invariant in its type parameter. Option and List keys are not suitable, for example, because None <:< Option[String] and None <: Option[Int].

Attributes