Found

final case class Found[+A](before: IndexedArgs, arg: A, after: IndexedArgs) extends Result[A]
trait Serializable
trait Product
trait Equals
trait Result[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def flatMap[A2](f: (IndexedArgs, A, IndexedArgs) => Result[A2]): Result[A2]
Inherited from:
Result
final def map[A2](f: A => A2): Result[A2]
Inherited from:
Result
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
final def ||[A2 >: A](or: => Result[A2]): Result[A2]
Inherited from:
Result