StrategysLow

class Object
trait Matchable
class Any
trait Strategys
object Strategy

Implicits

Implicits

implicit
def Executor(implicit s: ExecutorService): Strategy

A strategy that evaluates its arguments using an implicit ExecutorService.

A strategy that evaluates its arguments using an implicit ExecutorService.

implicit

A strategy that performs no evaluation of its argument.

A strategy that performs no evaluation of its argument.

implicit

A simple strategy that spawns a new thread for every evaluation.

A simple strategy that spawns a new thread for every evaluation.

implicit

A strategy that evaluates its argument in the current thread.

A strategy that evaluates its argument in the current thread.

A strategy that evaluates its arguments on the Swing Event Dispatching thread.

A strategy that evaluates its arguments on the Swing Event Dispatching thread.

implicit

A strategy that evaluates its arguments using the pool of Swing worker threads.

A strategy that evaluates its arguments using the pool of Swing worker threads.