Curried

trait Curried[M[_, _], K]

This is just a curried version of scala.collection.Map. Used to get around Scala's lack of partially applied types.

class Object
trait Matchable
class Any

Type members

Types

type Result[V] = M[K, V]