PersistSeq

ostrat.PersistSeq
trait PersistSeq[A, SA] extends Persist

Attributes

Graph
Supertypes
trait Persist
class Object
trait Matchable
class Any
Known subtypes
trait ShowSeq[A, SA]
trait ShowIterable[A, SA]
class ShowIterableClass[A, R]
trait ShowSequ[A, SA]

Members list

Value members

Concrete methods

override def typeStr: String

All Sequences are persisted with the "Seq" type.

All Sequences are persisted with the "Seq" type.

Attributes

Definition Classes
override def useMultiple: Boolean

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

Definition Classes