Fx.Text.InputControl.Change

object Change extends Fx.Abstract.Delegate.Opaque[Change, Change]
class Ref.Custom.Type[Change, Change]
class Object
trait Matchable
class Any

Alias

Inherited

final lazy val FxConverter: TwoWayFun[Change, Change]
Inherited from
Opaque
Source
Opaque.scala

Def

inline def anchor: Int
inline def anchor_=(v: Int): Unit
inline def caret: Int
inline def caret_=(v: Int): Unit
inline def isAdd: Boolean
inline def isDelete: Boolean
inline def isReplace: Boolean
inline def isTextChange: Boolean
inline def range: <>
inline def range_=(v: <>): Unit
inline def selection: <>
inline def selection_=(v: <>): Unit
inline def text: String
inline def text_=(v: String): Unit
inline def textAfter: String
inline def textBefore: String

Inherited

def apply(v: Change): Change
Inherited from
Opaque
Source
Opaque.scala
def info(v: Change): Info

Type to Info

Type to Info

Override this method to provide type standard Info implementation

Inherited from
Type
Source
Type.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def isVoid(v: Change): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def xxRequest(inline v: \/) : <type> = <return void>
Inherited from
Type
Source
Type.scala
val name: String
Inherited from
Type
Source
Type.scala
inline def real: Change
Inherited from
Type
Source
Type.scala
def tag(v: Change): String

Type to String

Type to String

Override this method to provide type standard convertion to String

Inherited from
Type
Source
Type.scala