Found

harness.cli.FindFunction$package$.FindFunction$.Result$.Found
final case class Found[+A](before: IndexedArgs, arg: A, after: IndexedArgs) extends Result[A]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Result
final def map[A2](f: A => 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 >: A](or: => Result[A2]): Result[A2]

Attributes

Inherited from:
Result