TypedEntry
play.api.libs.typedmap.TypedEntry
An entry that binds a typed key and a value. These entries can be placed into a TypedMap or any other type of object with typed values.
Type parameters
- A
-
The type of the value.
Value parameters
- key
-
The key for this entry.
- value
-
The value for this entry.
Attributes
- Graph
-
- Supertypes
Members list
In this article