Interface BatchEngineImportStrategy
public interface BatchEngineImportStrategy
-
Method Summary
Modifier and TypeMethodDescription<T> void
apply
(Collection<T> collection, com.liferay.petra.function.UnsafeFunction<T, T, Exception> unsafeFunction)
-
Method Details
-
apply
<T> void apply(Collection<T> collection, com.liferay.petra.function.UnsafeFunction<T, T, throws ExceptionException> unsafeFunction) - Throws:
Exception
-