Returns the encapsulated value if this instance is of type Success, otherwise throws a NoSuchElementException with details from Failure.
NoSuchElementException
the value of type A encapsulated in the Success instance.
A
Success
if this instance is of type Failure.
Failure