Replace ContextFactories with lambdas

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 9
    • Component/s: tools

      The class Context has a nested interface:

      public static interface Factory<T> {
         T make(Context c);
      }

      This is a functional interface (subtype of Function<Context, T>) and anonymous inner classes should be replaced with lambdas.

            Assignee:
            Unassigned
            Reporter:
            Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: