Interface Composable<C>

  • Type Parameters:
    C - type of the children. Should typically be the sub-type implementing this interface itself.
    All Superinterfaces:
    Iterable<C>

    public interface Composable<C>
    extends Iterable<C>
    Interface for an object that may contain children.
    Since:
    1.0.0