Interface ImageViewerDialog.SerializableUnaryOperator<I>
-
- Type Parameters:
I
- the type of the operand and result of the operator
- All Superinterfaces:
java.util.function.Function<I,I>
,java.io.Serializable
,java.util.function.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 java.util.function.UnaryOperator<I>, java.io.Serializable
This literally exists to silence sonarlint complaints.