Uses of Interface
lumis.portal.user.UserCustomAttributesMap.EntityFactory
-
Packages that use UserCustomAttributesMap.EntityFactory Package Description lumis.portal.user Defines classes and interfaces for the portal's user. -
-
Uses of UserCustomAttributesMap.EntityFactory in lumis.portal.user
Constructors in lumis.portal.user with parameters of type UserCustomAttributesMap.EntityFactory Constructor Description UserCustomAttributesMap(java.lang.String serviceInstaceId, java.util.Map<java.lang.String,T> storage, UserCustomAttributesMap.EntityFactory<T> attributeEntityFactory, java.util.function.Function<T,java.lang.String> attributeEntityReader, java.lang.Runnable modificationCallback)
Creates a new map that reflects view and changes on the given map transforming the values with the given functions.
-