EitherBuildExceptionOps

scala.cli.commands.util.CommandHelpers.EitherBuildExceptionOps
implicit class EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def orExit(logger: Logger): T
def orReport(logger: Logger): Option[T]