You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discover present java8-compat classes during compilation.
Function0, Function1, Function2 are all specialized for different type params.
FunctionalInterface filters out classes that are known to not exists
and relies on getClassIfDefined for a precise check.
0 commit comments