Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Remove uses of net.hydromatic.linq4j.function.Functions.adapt in optiq code. Guava has better alternatives, such as Lists.transform.
Remove other uses of linq4j Function and Functions also, where possible. (Not possible in generated code, or code that will otherwise interact with Enumerable or Queryable. These make use of linq4j Function, Predicate etc.)