UnshowSingletons

ostrat.UnshowSingletons
See theUnshowSingletons companion trait

Attributes

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

Members list

Type members

Classlikes

class UnshowSingletonsImp[+A <: TellSimple](val typeStr: String, val shortKeys: ArrPairStr[A], val singletons: RArr[A]) extends UnshowSingletons[A]

Attributes

Supertypes
trait UnshowSingletons[A]
trait Unshow[A]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[A <: TellSimple](typeStr: String, singletons: RArr[A])(implicit ct: ClassTag[A]): UnshowSingletons[A]
def apply[A <: TellSimple](typeStr: String, singletons: A*)(implicit ct: ClassTag[A]): UnshowSingletons[A]
def shorts[A <: TellSimple](typeStr: String, shortKeys: ArrPairStr[A], singletons: A*)(implicit ct: ClassTag[A]): UnshowSingletons[A]