ammonite.runtime.tools
package ammonite.runtime.tools
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object GrepResult
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GrepResult.type
object Grepper
object grep
Lets you filter a list by searching for a matching string or regex within the pretty-printed contents.
Lets you filter a list by searching for a matching string or regex within the pretty-printed contents.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
grep.type
case class tail(interval: Int, prefix: Int) extends Path => Iterator[String]
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.
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
object time
Records how long the given computation takes to run, returning the duration in addition to the return value of that computation
Records how long the given computation takes to run, returning the duration in addition to the return value of that computation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
time.type
In this article