EffectCell

org.specs2.form.EffectCell
case class EffectCell(e: Effect[_], result: Option[Result]) extends Cell

Cell embedding a Eff

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Cell
trait Executable
trait Xml
trait Text
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def execute: Result

Attributes

Returns

a Result

execute the Cell and returns it

execute the Cell and returns it

Attributes

def setResult(r: Result): Cell
def text: String

Attributes

Returns

a text representation

def xml(using args: Arguments): NodeSeq

Attributes

Returns

an xml representation

Inherited methods

def map(f: Result => Result): Executable

modify the result to return

modify the result to return

Attributes

Inherited from:
Executable
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
Cell

Attributes

Inherited from:
Cell

Attributes

Inherited from:
Cell

Attributes

Inherited from:
Cell
def width: Int

Attributes

Returns

the width of the cell, without borders when it's a FormCell

Inherited from:
Text