Created
February 17, 2026 01:14
-
-
Save skydoves/024baaadb59eebb51a0720406d897842 to your computer and use it in GitHub Desktop.
Decompiled Higher-Order Function - Function1 Interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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