implicit final class Ops extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ops
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def append[A](elem: Ex[A])(implicit source: Obj.Source[A]): Act
Appends an element to the folder
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def children: Ex[Seq[Obj]]
- def clear: Act
- 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 thann
, the folder will become empty. - 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 thann
, the folder will become empty. - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def isEmpty: Ex[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def nonEmpty: Ex[Boolean]
- def prepend[A](elem: Ex[A])(implicit source: Obj.Source[A]): Act
Prepends an element to the folder
- def remove(obj: Ex[Obj]): Act
- def size: Ex[Int]
- def toString(): String
- Definition Classes
- Any