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

Ckozak/fo/lambda methods/fix #1369

Merged
merged 4 commits into from
May 29, 2020

Conversation

carterkozak
Copy link
Contributor

No description provided.

@policy-bot policy-bot bot requested a review from fawind May 29, 2020 19:18
@carterkozak
Copy link
Contributor Author

Still need to validate against lambdas with parameter types specified, this won't compile:

-                .consumer((String filePathString) -> files.add(filePathString))
+                .consumer(files::add)

@ferozco
Copy link
Contributor

ferozco commented May 29, 2020

nice! 👍

@bulldozer-bot bulldozer-bot bot merged commit 7a43e41 into fo/lambda-methods May 29, 2020
@bulldozer-bot bulldozer-bot bot deleted the ckozak/fo/lambda-methods/fix branch May 29, 2020 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants