object
RegexMatchGen
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
byteMatchingGen: (Match[Byte]) ⇒ Gen[Byte]
-
def
clone(): AnyRef
-
def
dietMatchToGen[A](available: Diet[A], dietToGen: (Diet[A]) ⇒ Gen[A])(implicit orderA: Order[A], discreteA: Discrete[A]): (Match[A]) ⇒ Gen[A]
-
def
dietRegexMatchingStreamGen[In, Out](available: Diet[In])(implicit arg0: Choose[In], arg1: Discrete[In], arg2: Order[In]): (RegexM[In, Out]) ⇒ Gen[Stream[In]]
-
-
-
def
finalize(): Unit
-
def
genRegexMatch[In, M, Out](r: Regex[In, M, Out])(implicit rc: RegexCandidates[In, M]): Gen[Stream[In]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
val
intMatchingGen: (Match[Int]) ⇒ Gen[Int]
-
final
def
isInstanceOf[T0]: Boolean
-
val
longMatchingGen: (Match[Long]) ⇒ Gen[Long]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
regexMMatchingStreamGen[In](matchGen: (Match[In]) ⇒ Gen[In]): ~>[[β$10$]Regex[In, Match[In], β$10$], [a]Gen[Stream[In]]]
-
def
regexMatchingStreamGen[In, M](matchGen: (M) ⇒ Gen[In]): ~>[[γ$0$]Regex[In, M, γ$0$], [a]Gen[Stream[In]]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit