Proposed API for JEP 259: Stack-Walking API

Brian Goetz brian.goetz at oracle.com
Sat Oct 31 23:37:31 UTC 2015


>> IntToIntFunction => IntUnaryOperator.
>
> Ah that's the one!  You know I think that this is more than once that 
> I looked for, and didn't find, that interface.  Some kind of mental 
> blind spot I guess. :-)
>

We all look forward to when Valhalla will relegate all of these 
hand-specialized interfaces to the scrap heap, and we can just use 
Function<int,int>...





More information about the core-libs-dev mailing list