trait Input[S <: Sys[S]] extends NuagesAttribute.Input[S]
- Alphabetic
- By Inheritance
- Input
- Input
- Disposable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
attribute: NuagesAttribute[S]
The attribute's view.
The attribute's view.
- Definition Classes
- Input
-
abstract
def
collect[A](pf: PartialFunction[NuagesAttribute.Input[S], A])(implicit tx: S.Tx): Iterator[A]
Runs a deep collection for particular input.
Runs a deep collection for particular input. This will perform a nested search for collection views such as grapheme or timeline.
- pf
the matcher function to apply to the leaves of the traversal
- returns
an iterator over all elements that were successfully matched
- Definition Classes
- Input
-
abstract
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- Disposable
-
abstract
def
input(implicit tx: S.Tx): Obj[S]
The model object of this view.
The model object of this view.
- Definition Classes
- Input
-
abstract
def
inputParent(implicit tx: S.Tx): Parent[S]
- Definition Classes
- Input
-
abstract
def
inputParent_=(p: Parent[S])(implicit tx: S.Tx): Unit
- Definition Classes
- Input
-
abstract
def
numChildren(implicit tx: S.Tx): Int
- Definition Classes
- Input
- abstract def output(implicit tx: S.Tx): Output[S]
-
abstract
def
tryConsume(newOffset: Long, newValue: Obj[S])(implicit tx: S.Tx): Boolean
Tries to migrate the passed object to this input view.
Tries to migrate the passed object to this input view. That is, if the view can exchange its model for this new object, it should do so and return
true. Returningfalsemeans the object cannot be consumed, for example because it is of a different type.- Definition Classes
- Input
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )