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