Class ObjectUtil
- java.lang.Object
-
- org.palladiosimulator.indirections.util.ObjectUtil
-
public final class ObjectUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <U,T extends U>
TforceCast(U in, Class<T> type)
static <X extends Throwable,U,T extends U>
TforceCast(U in, Class<T> type, Supplier<? extends X> exceptionSupplier)
static <U,T extends U>
Optional<T>tryCast(U in, Class<T> type)
-