UpdateList

indigoextras.datatypes.UpdateList
See theUpdateList companion class
object UpdateList

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
UpdateList.type

Members list

Value members

Concrete methods

def apply[A](l: List[A]): UpdateList[A]
def empty[A]: UpdateList[A]
def updateList[A](l: List[A], f: A => A, pattern: UpdatePattern): (List[A], UpdatePattern)