Class ContextualForeachBranchProvidingAbstractBranch<C>

    • Constructor Detail

      • ContextualForeachBranchProvidingAbstractBranch

        protected ContextualForeachBranchProvidingAbstractBranch​(RunnableLeafsMission.Builder builder,
                                                                 io.molr.commons.domain.Block parent,
                                                                 io.molr.commons.domain.Placeholder<C> contextPlaceholder)
    • Method Detail

      • foreach

        public <T> ContextualForeachBranchRoot<C,​T> foreach​(io.molr.commons.domain.Placeholder<? extends java.util.Collection<T>> itemsPlaceholder)