Uses of Interface
org.faktorips.devtools.abstraction.Wrappers.CoreExceptionThrowingSupplier
-
Packages that use Wrappers.CoreExceptionThrowingSupplier Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other) -
-
Uses of Wrappers.CoreExceptionThrowingSupplier in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction with parameters of type Wrappers.CoreExceptionThrowingSupplier Modifier and Type Method Description static <T> TWrappers. get(Wrappers.CoreExceptionThrowingSupplier<T> supplier)Calls the given supplier and returns the result.static <T> Wrappers.WrapperBuilderWrappers. wrapSupplier(Wrappers.CoreExceptionThrowingSupplier<T> supplier)Returns aWrappers.WrapperBuilderfor the object produced by the given supplier that allows that object to be wrapped in an implementation-specificwrapper.
-