Class CollectionExpressionStateObject

    • Constructor Detail

      • CollectionExpressionStateObject

        public CollectionExpressionStateObject​(StateObject parent,
                                               List<? extends StateObject> items)
        Creates a new CollectionExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        items - The list of children owned by this state object
        Throws:
        NullPointerException - The given parent cannot be null