-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port Simple Sequence Chain + Unit tests #12
Conversation
@franciscodr @nomisRev @gutiory ready to review |
src/commonMain/kotlin/com/xebia/functional/chains/SimpleSequenceChain.kt
Outdated
Show resolved
Hide resolved
src/commonMain/kotlin/com/xebia/functional/chains/SimpleSequenceChain.kt
Outdated
Show resolved
Hide resolved
813324f
to
3b2313d
Compare
I have updated the PR applying your suggestions, I have changed the chain's output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @realdavidvega
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @realdavidvega!
This PR ports
SimpleSequentialChain
with unit tests, also changes some naming to avoid confusions.