mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +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);
|
|
}
|