Package org.apache.camel.util.function
Interface VoidFunction<I>
- Type Parameters:
I
- the type of the input of the function
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a void function that accepts a single arguments.
- See Also:
-
Method Summary
-
Method Details
-
apply
Applies this function to the given argument.- Parameters:
in
- the function argument- Throws:
Exception
-