EnrichedRule

org.nlogo.fileformat.BaseWidgetParser.RichRule.EnrichedRule
implicit class EnrichedRule[S](r: Rule1[S])

Attributes

Source
BaseWidgetParser.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def mapThrough(otherRule: Rule1[S => S]): Rule[HNil, S :: HNil]

Attributes

Source
BaseWidgetParser.scala
def through(otherRule: Rule0): Rule1[S]

Attributes

Source
BaseWidgetParser.scala