LinkedHashMapOps

io.getquill.quat.LinkedHashMapOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final implicit class LinkedHashMapExt[K, V](m1: LinkedHashMap[K, V]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def outerZipWith[K, V, R](m1: LinkedHashMap[K, V], m2: LinkedHashMap[K, V], f: PartialFunction[(K, Option[V], Option[V]), R]): LinkedHashSet[R]
def zipWith[K, V, R](m1: LinkedHashMap[K, V], m2: LinkedHashMap[K, V], f: PartialFunction[(K, V, Option[V]), R]): List[R]

Implicits

Implicits

final implicit def LinkedHashMapExt[K, V](m1: LinkedHashMap[K, V]): LinkedHashMapExt[K, V]