Cell

play.api.mvc.request.Cell
See theCell companion trait
object Cell

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Cell.type

Members list

Value members

Concrete methods

def apply[A](value: A): Cell[A]

Create a cell with the given value assigned to it.

Create a cell with the given value assigned to it.

Attributes