FailFastOps

final implicit class FailFastOps[E](vr: FailFast[E]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def either: Either[E, Unit]
def either[R](right: R): Either[E, R]
def option: Option[E]
def unwrap: Option[E]