Module de.carne.test.swt
Interface WrapFunction<C extends org.eclipse.swt.widgets.Control,A extends Accessor<?>>
-
- Type Parameters:
C- the actual control type to wrap.A- the actual control accessor type.
- All Superinterfaces:
java.util.function.Function<java.util.Optional<C>,A>
- 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 WrapFunction<C extends org.eclipse.swt.widgets.Control,A extends Accessor<?>> extends java.util.function.Function<java.util.Optional<C>,A>Functional interface for wrapping controls into their corresponding accessor.