RFR [8037866] Replace the Fun class in tests with lambdas (original) (raw)
Martin Buchholz martinrb at google.com
Mon Jun 2 04:36:52 UTC 2014
- Previous message: RFR [8037866] Replace the Fun class in tests with lambdas
- Next message: RFR [8037866] Replace the Fun class in tests with lambdas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks! Looks good. There might be more common infrastructure to take advantage of later. @FunctionalInterface is not really in the spirit of my super-compact stylistically odd test code, but OK.
On Sun, Jun 1, 2014 at 5:57 PM, Ivan Gerasimov <ivan.gerasimov at oracle.com> wrote:
Hello!
Would you please help review the fix, which replaces the auxiliary Fun class with the same named functional interface? The anonymous classes instantiations are replaced with lambdas. BUGURL: https://bugs.openjdk.java.net/browse/JDK-8037866 WEBREV: http://cr.openjdk.java.net/~igerasim/8037866/0/webrev/ Sincerely yours, Ivan
- Previous message: RFR [8037866] Replace the Fun class in tests with lambdas
- Next message: RFR [8037866] Replace the Fun class in tests with lambdas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]