val maybeSubject: Option<T>
(source)
The feature as such where it is Some in case the extraction was successful or None if it was not.
maybeSubject
- The feature as such where it is Some in case the extraction was successful or None if it
was not.