Hi everyone, As part of https://github.com/apache/incubator-pekko-samples/pull/4, we've run into an issue where one API returns a org.apache.pekko.japi.function.Function<?> but we need to convert it to a org.apache.pekko.japi.Function<?>.
Does anyone know how to convert from one type of Function to the other type of Function? The equivalent Akka classes are: * https://doc.akka.io/api/akka/current/akka/japi/function/Function.html * https://doc.akka.io/api/akka/current/akka/japi/Function.html Regards, PJ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
