Uses of Class
org.faktorips.devtools.abstraction.Wrappers.ArrayUnwrapper
-
Packages that use Wrappers.ArrayUnwrapper Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other) -
-
Uses of Wrappers.ArrayUnwrapper in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return Wrappers.ArrayUnwrapper Modifier and Type Method Description static <A extends AAbstraction>
Wrappers.ArrayUnwrapper<A>Wrappers. unwrap(A[] wrappers)Returns aWrappers.ArrayUnwrapperthat allows unwrapping the given array of wrappers to an array or list of the wrapped class.
-