Class ChainBuilderImpl

    • Method Detail

      • build

        public <T> T build​(Class<T> commandInterface,
                           List<T> commands)
        Description copied from interface: ChainBuilder
        Creates a chain instance from a command interface and a list of commands (implementing the interface).
        Specified by:
        build in interface ChainBuilder
        Type Parameters:
        T - the command interface type
        Parameters:
        commandInterface - the command interface
        commands - the list of commands to be chained
        Returns:
        the chain instance