RefTableRW

izumi.sick.tables.RefTableRW$
See theRefTableRW companion class
object RefTableRW

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait RefMappable[V]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ArrMap.type
object ObjMap.type
object RootMap.type
implicit class Remap[V](bijection: RefTableRW[V])(implicit evidence$1: RefMappable[V])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[V](name: String): RefTableRW[V]
def fromMonotonic[V](name: String, content: Seq[(Int, V, Int)]): RefTableRW[V]

Implicits

Implicits

final implicit def Remap[V : RefMappable](bijection: RefTableRW[V]): Remap[V]