public interface RestrictionAwareService
Supplier.| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(RestrictionData data,
java.util.function.Supplier<T> supplier)
Makes restriction data available during the execution of the provided supplier.
|
<T> T execute(RestrictionData data, java.util.function.Supplier<T> supplier)
T - The type returned by the supplier.data - The restriction data to make available during the execution of the supplier.supplier - The supplier to execute.Copyright © 2018 SAP SE. All Rights Reserved.