Interface GenericRunnable.A4<A,B,C,D>

Type Parameters:
A - The type of the first argument
B - The type of the second argument
C - The type of the third argument
D - The type of the fourth argument
All Superinterfaces:
GenericRunnable
Enclosing interface:
GenericRunnable
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 static interface GenericRunnable.A4<A,B,C,D> extends GenericRunnable
A GenericRunnable with 4 arguments.
Since:
2.10
  • Method Details