Skip to content

Instantly share code, notes, and snippets.

@zlaval
Created June 28, 2022 12:47
Show Gist options
  • Save zlaval/a15bce3d9606c0b4ce23b089be1a6a7e to your computer and use it in GitHub Desktop.
Save zlaval/a15bce3d9606c0b4ce23b089be1a6a7e to your computer and use it in GitHub Desktop.
Consumer<String> consumer = in -> System.out.println(in);
consumer.accept("Hello World");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment