doc / ch.tutteli.atrium.creating / MaybeSubject / Absent

Absent

object Absent : MaybeSubject<Nothing>
Deprecated: Use something like ch.tutteli.atrium.core.None instead; will be removed with 1.0.0

Represents an absent subject.

Functions

get

fun get(): Nothing

Throws a PlantHasNoSubjectException.