Packages

implicit final class Ops extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Ops(f: Ex[Folder])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def append[A](elem: Ex[A])(implicit source: Obj.Source[A]): Act

    Appends an element to the folder

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def children: Ex[Seq[Obj]]
  7. def clear: Act
  8. def drop(n: Ex[Int]): Act

    Drops the n first elements from the folder.

    Drops the n first elements from the folder. If the folder contains less elements than n, the folder will become empty.

  9. def dropRight(n: Ex[Int]): Act

    Drops the n last elements from the folder.

    Drops the n last elements from the folder. If the folder contains less elements than n, the folder will become empty.

  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. def isEmpty: Ex[Boolean]
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def nonEmpty: Ex[Boolean]
  14. def prepend[A](elem: Ex[A])(implicit source: Obj.Source[A]): Act

    Prepends an element to the folder

  15. def remove(obj: Ex[Obj]): Act
  16. def size: Ex[Int]
  17. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped