ammonite.terminal.ReadlineFilters

CutPasteFilter

case class CutPasteFilter() extends DelegateFilter with Product with Serializable

All the cut-pasting logic, though for many people they simply use these shortcuts for deleting and don't use paste much at all.

Linear Supertypes
Serializable, Serializable, Product, Equals, DelegateFilter, PartialFunction[TermInfo, TermAction], (TermInfo) ⇒ TermAction, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CutPasteFilter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DelegateFilter
  7. PartialFunction
  8. Function1
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CutPasteFilter()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def andThen[C](k: (TermAction) ⇒ C): PartialFunction[TermInfo, C]

    Definition Classes
    PartialFunction → Function1
  7. def apply(v1: TermInfo): TermAction

    Definition Classes
    DelegateFilter → Function1
  8. def applyOrElse[A1 <: TermInfo, B1 >: TermAction](x: A1, default: (A1) ⇒ B1): B1

    Definition Classes
    PartialFunction
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compose[A](g: (A) ⇒ TermInfo): (A) ⇒ TermAction

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. var currentCut: Vector[Char]

  13. def cutAllLeft(b: Vector[Char], c: Int): (Vector[Char], Int)

  14. def cutAllRight(b: Vector[Char], c: Int): (Vector[Char], Int)

  15. def cutCharLeft(b: Vector[Char], c: Int): (Vector[Char], Int)

  16. def cutWordLeft(b: Vector[Char], c: Int): (Vector[Char], Int)

  17. def cutWordRight(b: Vector[Char], c: Int): (Vector[Char], Int)

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def filter: PartialFunction[TermInfo, TermAction]

    Definition Classes
    CutPasteFilterDelegateFilter
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def isDefinedAt(x: TermInfo): Boolean

    Definition Classes
    DelegateFilter → PartialFunction
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def lift: (TermInfo) ⇒ Option[TermAction]

    Definition Classes
    PartialFunction
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def orElse[A1 <: TermInfo, B1 >: TermAction](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Definition Classes
    PartialFunction
  29. def paste(b: Vector[Char], c: Int): (Vector[Char], Int)

  30. def runWith[U](action: (TermAction) ⇒ U): (TermInfo) ⇒ Boolean

    Definition Classes
    PartialFunction
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DelegateFilter

Inherited from PartialFunction[TermInfo, TermAction]

Inherited from (TermInfo) ⇒ TermAction

Inherited from AnyRef

Inherited from Any

Ungrouped