mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
10 lines
189 B
Java
Generated
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);
|
|
}
|