- Source
- __.scala
trait Able.Doc
trait Able.Tag
trait Idx[Idx.Selection.A]
trait Collection[Idx.Selection.A]
trait Able.Size
trait Able.Stream[Idx.Selection.A]
class java.lang.Object
trait scala.Matchable
class Any
trait Idx.Selection.Observable[Idx.Selection.Observable.A]
Def
Selected positions
Selected positions
Selected positions from target index
Note. positions.size == size
- Source
- __.scala
Selected property
Selected property
Returns property instance wich will be updated real-time with the first selected value. Because the Selection can be empty, this property needs a default value to provide in this case.
- Source
- __.scala
Count of selected values
Count of selected values
Returns total number of selected values
- Source
- __.scala
Returns a Stream of all elements
Returns a Stream of all elements
The element order is same as in the Idx itself
val l: Idx[Char] = ('a' <> 'g').stream.pack
l.stream.tp // Prints Stream(a, b, c, d, e, f, g)
- Definition Classes
- Source
- __.scala