Package play.libs.typedmap
Class TypedEntry<A>
java.lang.Object
play.libs.typedmap.TypedEntry<A>
- Type Parameters:
A- The type of the key and value in this entry.
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.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypedEntry
-
-
Method Details
-
key
- Returns:
- the key part of this entry.
-
value
- Returns:
- the value part of this entry.
-
asScala
- Returns:
- the Scala version for this entry.
-