We should consider wrapping the Java classes from java.util.function as part of JavaKit, either the main module or a JavaKitFunction module. We should probably extend those wrapper types with callAsFunction overloads so they can be called directly from Swift.
We should consider wrapping the Java classes from
java.util.function
as part of JavaKit, either the main module or aJavaKitFunction
module. We should probably extend those wrapper types withcallAsFunction
overloads so they can be called directly from Swift.