Interface TestFunctionalVarargsInterfaceB

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TestFunctionalVarargsInterfaceB
  • Method Summary

    Modifier and Type
    Method
    Description
    doStuff(int firstArg, int... args)
     
  • Method Details

    • doStuff

      @Null String doStuff(int firstArg, int... args)