// Generated automatically from javafx.util.Callback for testing purposes package javafx.util; public interface Callback { R call(P p0); }