mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
152 B
Java
Generated
10 lines
152 B
Java
Generated
// Generated automatically from javafx.util.Callback for testing purposes
|
|
|
|
package javafx.util;
|
|
|
|
|
|
public interface Callback<P, R>
|
|
{
|
|
R call(P p0);
|
|
}
|