Interface IGetterByKeyTrait<KEYTYPE>

Type Parameters:
KEYTYPE - The key type. E.g. String etc.
All Known Subinterfaces:
IAttributeContainer<KEYTYPE,VALUETYPE>, IAttributeContainerAny<KEYTYPE>, IStringMap
All Known Implementing Classes:
AttributeContainer, AttributeContainerAny, AttributeContainerAnyConcurrent, AttributeContainerConcurrent, StringMap
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IGetterByKeyTrait<KEYTYPE>
A generic convert Object to anything with convenience API.
Author:
Philip Helger