tail

ammonite.runtime.tools.tail
See thetail companion class
object tail extends tail

Follows a file as it is written, handy e.g. for log files. Returns an iterator which you can then print to standard out or use for other things.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class tail
trait Serializable
trait Product
trait Equals
trait Path => Iterator[String]
class Object
trait Matchable
class Any
Show all
Self type
tail.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def andThen[A](g: Iterator[String] => A): T1 => A

Attributes

Inherited from:
Function1
def apply(arg: Path): Iterator[String]

Attributes

Inherited from:
tail
def compose[A](g: A => Path): A => R

Attributes

Inherited from:
Function1
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1