Interface WindowContents<S extends State,​IN>

  • Type Parameters:
    S - The initial state type.
    IN - The data in state.
    All Superinterfaces:
    Serializable
    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 WindowContents<S extends State,​IN>
    extends Serializable
    An abstraction for transforming any State type into an iterable over its contents.