Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 17, 2026 01:14
Show Gist options
  • Select an option

  • Save skydoves/024baaadb59eebb51a0720406d897842 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/024baaadb59eebb51a0720406d897842 to your computer and use it in GitHub Desktop.
Decompiled Higher-Order Function - Function1 Interface
int higherOrderExample(Function1<Integer, Integer> operation) {
return operation.invoke(10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment