Class FunctionSupplierDependency<T,R>

java.lang.Object
org.wildfly.clustering.service.FunctionSupplierDependency<T,R>
All Implemented Interfaces:
Supplier<R>, Dependency, SupplierDependency<R>

public class FunctionSupplierDependency<T,R> extends Object implements SupplierDependency<R>
A SupplierDependency that applies a mapping to the source dependency value.
Author:
Paul Ferraro