PhaseAges

com.gu.play.secretrotation.DualSecretTransition.PhaseAges
sealed trait PhaseAges extends Phase[Age]

Attributes

Graph
Supertypes
trait Phase[Age]
class Object
trait Matchable
class Any
Known subtypes
class PhaseAge
object Completed.type
object InProgress.type
object Upcoming.type

Members list

Value members

Inherited methods

final def accepted: LazyList[T]

Attributes

Inherited from:
Phase
def map[S](f: Age => S): Phase[S]

Attributes

Inherited from:
Phase
final def onlyAcceptsActive: Boolean

Attributes

Inherited from:
Phase

Inherited fields

val active: Age

Attributes

Inherited from:
Phase
val alsoAccepted: Iterable[Age]

Attributes

Inherited from:
Phase