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]

General implementation class for the UnshowSingletons trait.

General implementation class for the UnshowSingletons trait.

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]

Factory apply method for UnshowSingletons, with no short names. For convenience, there is name overload where the singletons are passed as a repeat parameter.

Factory apply method for UnshowSingletons, with no short names. For convenience, there is name overload where the singletons are passed as a repeat parameter.

Attributes

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

Factory apply method for UnshowSingletons, with no short names. There is a name overload where the singletons are passed as an RArr.

Factory apply method for UnshowSingletons, with no short names. There is a name overload where the singletons are passed as an RArr.

Attributes

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

Factory method for UnshowSingletons, with short names.

Factory method for UnshowSingletons, with short names.

Attributes