sbt/internal/util-interface/src/main/java/xsbti
jvican 18a73db57d
Remove unnecessary F0, F1 and Maybe
`F0`, `F1` and `Maybe` have become useless since Java 8 introduced
`Supplier`, `Function` and `Optional` in the default Java 8 standard
library.

Therefore, they are not necessary anymore. This change is required to
change some Zinc's and sbt APIs. They are not widely used, so the
changes will be small.
2017-07-14 15:56:34 +02:00
..
Logger.java Remove unnecessary F0, F1 and Maybe 2017-07-14 15:56:34 +02:00
Position.java use java.util.Optional in Position 2017-01-25 20:58:37 -05:00
Problem.java move modules around. 2015-08-20 00:59:57 -04:00
Severity.java move modules around. 2015-08-20 00:59:57 -04:00
T2.java Define T2 as an interface. 2015-12-16 15:54:23 -05:00