Uses of Class
org.praxislive.core.ValueMapper
-
Packages that use ValueMapper Package Description org.praxislive.core -
-
Uses of ValueMapper in org.praxislive.core
Methods in org.praxislive.core that return ValueMapper Modifier and Type Method Description static <T> ValueMapper<T>
ValueMapper. find(Class<T> type)
Find a ValueMapper capable of mapping Values to and from the provided Class.
-