Occurrence

data class Occurrence(val subject: ZmanType, val calculationMethod: ZmanCalculationMethod)

Constructors

Link copied to clipboard
constructor(subject: ZmanType, calculationMethod: ZmanCalculationMethod)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
infix fun after(zman: Zman<*>): ZmanRelationship

Syntactic sugar for after (zman.definition).

infix fun after(zmanDefinition: ZmanDefinition): ZmanRelationship
infix fun after(zmanType: ZmanType): ZmanRelationship
Link copied to clipboard
infix fun before(zman: Zman<*>): ZmanRelationship

Syntactic sugar for before (zman.definition).

infix fun before(zmanDefinition: ZmanDefinition): ZmanRelationship
infix fun before(zmanType: ZmanType): ZmanRelationship