Early

replpp.shaded.mainargs.Result$.Failure$.Early
See theEarly companion object
sealed trait Early extends Failure

Attributes

Companion
object
Graph
Supertypes
trait Failure
trait Result[Nothing]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def flatMap[V](f: Nothing => Result[V]): Result[V]

Attributes

Inherited from:
Result
def map[V](f: Nothing => V): Result[V]

Attributes

Inherited from:
Result