Idx.Observable.Event.Reposition

abstract class Reposition[A] extends Idx.Observable.Event[A]
class Idx.Observable.Event[Idx.Observable.Event.Reposition.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.Reposition[B]
override def doc: Doc

Doc

Doc

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

Definition Classes
Source
Reposition.scala
final val name: String
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