Skip to content

Commit

Permalink
refactor: remove wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
realdavidvega committed Apr 27, 2023
1 parent 9b78749 commit e23ba83
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ package com.xebia.functional.chains

import arrow.core.Either
import arrow.core.NonEmptyList
import arrow.core.raise.*
import arrow.core.raise.Raise
import arrow.core.raise.either
import arrow.core.raise.ensure
import arrow.core.raise.ensureNotNull
import arrow.core.raise.zipOrAccumulate

fun Raise<Chain.Error>.SimpleSequentialChain(
chains: List<Chain>, inputKey: String = "input", outputKey: String = "output", returnAll: Boolean = false
Expand Down

0 comments on commit e23ba83

Please sign in to comment.