Uses of Interface
org.eclipse.epsilon.common.function.CheckedFunction
Packages that use CheckedFunction
Package
Description
-
Uses of CheckedFunction in org.eclipse.epsilon.common.function
Subinterfaces of CheckedFunction in org.eclipse.epsilon.common.functionModifier and TypeInterfaceDescriptioninterfaceCheckedPredicate<T,E extends Exception> interfaceCheckedUnaryOperator<T,E extends Exception> -
Uses of CheckedFunction in org.eclipse.epsilon.common.util.profiling
Methods in org.eclipse.epsilon.common.util.profiling with parameters of type CheckedFunctionModifier and TypeMethodDescriptionstatic <T,R, E extends Exception>
RBenchmarkUtils.profileExecutionStage(Collection<ProfileDiagnostic> profileInfo, String description, CheckedFunction<T, R, E> code, T argument) Creates a new ProfileDiagnostic and adds it to the collection of profiled stages, measuring execution time and memory consumption. -
Uses of CheckedFunction in org.eclipse.epsilon.eol.function
Subinterfaces of CheckedFunction in org.eclipse.epsilon.eol.function