ScriptCondition

com.tersesystems.blindsight.scripting.ScriptBasedLocation.ScriptCondition
class ScriptCondition(line: Line, enclosing: Enclosing, file: File) extends Condition

Attributes

Source:
ScriptBasedLocation.scala
Graph
Supertypes
trait Condition
trait (Level, Markers) => Boolean
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def apply(level: Level, markers: Markers): Boolean

Attributes

Definition Classes
Source:
ScriptBasedLocation.scala

Inherited methods

def curried: T1 => T2 => R

Attributes

Inherited from:
Function2
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
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2