I feel like I'm missing something here, how do I r...
# functional
n
I feel like I'm missing something here, how do I return a function from a function?
g
Just use functional type as return type (like for lambda declaration), Then just return lambda or method reference (
::method
) from this function