Interface ImageViewerDialog.SerializableUnaryOperator<I>
-
- Type Parameters:
I
- the type of the operand and result of the operator
- All Superinterfaces:
Function<I,I>
,Serializable
,UnaryOperator<I>
- Enclosing class:
- ImageViewerDialog
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface private static interface ImageViewerDialog.SerializableUnaryOperator<I> extends UnaryOperator<I>, Serializable
This literally exists to silence sonarlint complaints.