// Generated automatically from javafx.animation.Interpolatable for testing purposes package javafx.animation; public interface Interpolatable { T interpolate(T p0, double p1); }