CI

org.hungerford.generic.schema.translation.CI
See theCI companion object
case class CI[T, O](get: () => O) extends CacheItem[T]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CacheItem[T]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Out = O

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product