identityFormR

works.iterative.forms.impl.FormR.identityFormR
object identityFormR extends Identity[FormR]

Attributes

Graph
Supertypes
trait Identity[FormR]
trait Associative[FormR]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def combine(l: => FormR, r: => FormR): FormR

The identity element.

The identity element.

Attributes

Inherited methods

final def intersperse(middle: FormR): Associative[FormR]

Attributes

Inherited from:
Associative
override def multiplyOption(n: Int)(a: FormR): Option[FormR]

Attributes

Definition Classes
Identity -> Associative
Inherited from:
Identity
final def repeat(a: FormR)(n: Int): FormR

Attributes

Inherited from:
Associative