RepeatedMapping

play.api.data.RepeatedMapping
See theRepeatedMapping companion class

Provides a set of operations related to RepeatedMapping values.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def indexes(key: String, data: Map[String, String]): Seq[Int]

Computes the available indexes for the given key in this set of data.

Computes the available indexes for the given key in this set of data.

Attributes