I thought I'd try my hand at wrapping a library in java (it's been a while) and I decided to try the jfxtras CirclePopupMenu.
It's working well, but there is method to set the AnimationInterpolation which is a functional interface. I can't for life of me work out how to wrap this so that the user can change the values.
to set the value, but it's way over my head. It appears that there are some available options as static methods in the CircularPane class but I can't work out how to access them without using lambda's.