Class SupplierFilterHookWrapper<T>

java.lang.Object
ca.uhn.fhir.interceptor.executor.SupplierFilterHookWrapper<T>
All Implemented Interfaces:
Supplier<T>

public class SupplierFilterHookWrapper<T> extends Object implements Supplier<T>
Wraps a Supplier with advice from a filter hook.