Skip to content
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

[7.x] Refactor satisfyAnyOf matcher using Matcher.predicate #566

Merged
merged 1 commit into from Jul 13, 2018

Conversation

ikesyo
Copy link
Member

@ikesyo ikesyo commented Jul 8, 2018

By the change we can remove internal func satisfyAnyOf<T, U>(_ matchers: [U]) -> Predicate<T> where U: Matcher, U.ValueType == T.

By the change we can remove `internal func satisfyAnyOf<T, U>(_ matchers: [U]) -> Predicate<T> where U: Matcher, U.ValueType == T`.
@ikesyo ikesyo merged commit 8f20abe into 7.x-branch Jul 13, 2018
@ikesyo ikesyo deleted the refactor-satisfyanyof-matcher branch July 13, 2018 22:47
Megal pushed a commit to Megal/Nimble that referenced this pull request Jul 31, 2019
[7.x] Refactor `satisfyAnyOf` matcher using `Matcher.predicate`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants