FunctionalService.@Deprecated public class MappedValueService<T,V> extends FunctionalValueService<T,V>
Service whose value is the result of applying a mapping function to a provided Value.| Constructor and Description |
|---|
MappedValueService(Function<T,V> mapper,
org.jboss.msc.value.Value<T> supplier)
Deprecated.
Constructs a new mapped value service.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.