PersistNRepeat

ostrat.PersistNRepeat
trait PersistNRepeat[AR] extends PersistN

Base trait for ShowNFixed and UnshowN.

Attributes

Graph
Supertypes
trait PersistN
trait Persist
class Any
Known subtypes
trait Persist1PlusRepeat[A1, Ar]
trait Persist1Repeat[A1, Ar, A]
class Show1OptRepeat[A1, Ar, A]
trait Show1Repeat[A1, Ar, A]
class Show1ArrayRepeat[A1, Ar, A]
class Unshow1OptRepeat[A1, Ar, A]
class Unshow1Repeat[A1, Ar, A]
trait ShowNRepeat[Ar, A]
trait Show1PlusRepeat[A1, Ar, A]
trait ShowNOptRepeat[Ar, A]
trait Show1PlusOptRepeat[A1, Ar, A]
trait UnshowNRepeat[AR, A]
Show all

Members list

Value members

Abstract methods

Number of parameter constituents of this class.

Number of parameter constituents of this class.

Attributes

Sequence of the names of parameter constituents of this class.

Sequence of the names of parameter constituents of this class.

Attributes

Name of the repeated parameters.

Name of the repeated parameters.

Attributes

Concrete methods

override def paramNames: StrArr

Sequence of the names of parameter constituents of this class.

Sequence of the names of parameter constituents of this class.

Attributes

Definition Classes

Inherited methods

The type of the object to be persisted.

The type of the object to be persisted.

Attributes

Inherited from:
Persist

This property determines if the type can be used with Multiple syntax.

This property determines if the type can be used with Multiple syntax.

MyObj * 7

. for describing sequences succinctly. This is not desirable for some types such as numerical and mathematical vector types as this could be confusing 3 * 4 should resolve to an Int of value 12, not a Multiple(3, 4).

Attributes

Inherited from:
Persist