FixedIrrefutable

name.rayrobdod.stringContextParserCombinator.Unapply.FixedIrrefutable
trait FixedIrrefutable[-A, Z] extends Unapply[A]

An extractor that extracts a set number of items and always succeeds

Attributes

Source
Unapply.scala
Graph
Supertypes
trait Unapply[A]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def unapply(scrutinee: A): Some[Z]

Attributes

Source
Unapply.scala