- Type Parameters:
T1
- The type of the first input to the operation
T2
- The type of the second input to the operation
T3
- The type of the third input to the operation
T4
- The type of the fourth input to the operation
T5
- The type of the fifth input to the operation
T6
- The type of the sixth input to the operation
T7
- The type of the seventh input to the operation
T8
- The type of the eighth input to the operation
- 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 Consumer8<T1,T2,T3,T4,T5,T6,T7,T8>
An operation that accepts eight input arguments and returns no result.
- Author:
- Ben Hale