class SeqRule[S, +A, +X] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SeqRule
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def *: Rule[S, S, List[A], X]
-
def
*/[X2 >: X](sep: ⇒ Rule[S, S, Any, X2]): Rule[S, S, collection.immutable.List[A], X2]
Repeats this rule zero or more times with a separator (which is discarded)
- def *~-[Out, X2 >: X](end: ⇒ Rule[S, Out, Any, X2]): Rule[S, Out, List[A], X2]
- def +: Rule[S, S, collection.immutable.List[A], X]
-
def
+/[X2 >: X](sep: ⇒ Rule[S, S, Any, X2]): Rule[S, S, collection.immutable.List[A], X2]
Repeats this rule one or more times with a separator (which is discarded)
- def +~-[Out, X2 >: X](end: ⇒ Rule[S, Out, Any, X2]): Rule[S, Out, collection.immutable.List[A], X2]
- def ->[B](y: B): (SeqRule[S, A, X], B)
-
def
-?: Rule[S, S, Boolean, X]
Creates a rule that always succeeds with a Boolean value.
Creates a rule that always succeeds with a Boolean value. Value is 'true' if this rule succeeds, 'false' otherwise
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ?: Rule[S, S, Option[A], X]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (SeqRule[S, A, X]) ⇒ Boolean, msg: ⇒ Any): SeqRule[S, A, X]
- def ensuring(cond: (SeqRule[S, A, X]) ⇒ Boolean): SeqRule[S, A, X]
- def ensuring(cond: Boolean, msg: ⇒ Any): SeqRule[S, A, X]
- def ensuring(cond: Boolean): SeqRule[S, A, X]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
times(num: Int): Rule[S, S, Seq[A], X]
Repeats this rule num times
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ~*~[B >: A, X2 >: X](join: ⇒ Rule[S, S, (B, B) ⇒ B, X2]): Rule[S, S, B, X2]
- def ~>*[B >: A, X2 >: X](f: ⇒ Rule[S, S, (B) ⇒ B, X2]): Rule[S, S, B, X2]
- def ~>?[B >: A, X2 >: X](f: ⇒ Rule[S, S, (B) ⇒ B, X2]): Rule[S, S, B, X2]
- def →[B](y: B): (SeqRule[S, A, X], B)
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SeqRule[S, A, X] to any2stringadd[SeqRule[S, A, X]] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(seqRule: any2stringadd[SeqRule[S, A, X]]).+(other)
- Definition Classes
- any2stringadd