mirror of https://github.com/sbt/sbt.git
Adds xsbti.F1.
This commit is contained in:
parent
1c2922a44b
commit
994634fc2c
|
|
@ -0,0 +1,6 @@
|
||||||
|
package xsbti;
|
||||||
|
|
||||||
|
public interface F1<A1, R>
|
||||||
|
{
|
||||||
|
R apply(A1 a1);
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue