Interface GenericRunnable.A1<A>

Type Parameters:
A - The type of the first 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.A1<A> extends GenericRunnable
A GenericRunnable with 1 argument.
Since:
2.10