EffectCell
org.specs2.form.EffectCell
case class EffectCell(e: Effect[_], result: Option[Result] = ...) extends Cell
Cell embedding a Eff
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Celltrait Executabletrait Xmltrait Textclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
execute the Cell and returns it
execute the Cell and returns it
Attributes
Attributes
- Returns
-
a text representation
In this article