org.scalacheck.Commands

class SetCommand

[source: org/scalacheck/Commands.scala]

abstract class SetCommand
extends Command
A command that binds its result for later use
Method Summary
abstract def nextState (s : S, b : Binding) : S
override final def nextState (s : S) : S
protected[Commands] override def run (s : S) : Any
Methods inherited from Command
apply (abstract), preCondition, postCondition
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
protected[Commands] override def run(s : S) : Any
Overrides
Command.run

override final def nextState(s : S) : S
Overrides
Command.nextState

abstract def nextState(s : S, b : Binding) : S