~

io.github.edadma.pattern_matcher.Matchers.~
case class ~[+A, +B](a: A, b: B)

Case class for return sequence matcher results that can be pattern matched.

Type parameters

A

type of left result value

B

type of right result value

Value parameters

a

left result value

b

right result value

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product