Files
codeql/java/ql/test/stubs/javafx-web/javafx/animation/Interpolatable.java
Tony Torralba 393a0759db More stubs
2023-03-10 12:35:13 +01:00

10 lines
189 B
Java
Generated

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