Fail

harness.cli.FindFunction$package$.FindFunction$.Result$.Fail
final case class Fail(fail: Param => ParsingFailure, remaining: IndexedArgs) extends Result[Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Result[Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def flatMap[A2](f: (IndexedArgs, Nothing, IndexedArgs) => Result[A2]): Result[A2]

Attributes

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

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def ||[A2](or: => Result[A2]): Result[A2]

Attributes

Inherited from:
Result