createDifferent

fun <S, F> createDifferent(status: BatchOperationStatus, successValues: List<S>? = null, failureValues: List<F>? = null): BatchOperationResult<S, F>

Creates a BatchOperationResult where the successValues and failureValues can be of different types (S and F, respectively).