mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 23:59:07 +02:00
Adds xsbti.F1.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package xsbti;
|
||||
|
||||
public interface F1<A1, R>
|
||||
{
|
||||
R apply(A1 a1);
|
||||
}
|
||||
Reference in New Issue
Block a user