createSame

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

Creates a BatchOperationResult where the successValues and failureValues are of the same type S.