Idx.Observable.Event.Add

abstract class Add[A] extends Idx.Observable.Event[A]
Source
Add.scala
class Idx.Observable.Event[Idx.Observable.Event.Add.A]
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

def convert[B](f: A => B): Idx.O.Event.Add[B]
Source
Add.scala
override def doc: Doc

Doc

Doc

Returns Doc object, loaded with property names and values describing this instance

Definition Classes
Source
Add.scala
def items: Idx[A]
Source
Add.scala
final val name: String
Inherited from
Event
Source
__.scala

Affected range

Affected range

Range of items affected

Inherited from
Event
Source
__.scala
def tag: String

Make String

Make String

tag returns this instance String representation, which should be used insted of toString

Inherited from
Doc
Source
Doc.scala