Class CollectionObjectAccessor<R>

    • Constructor Detail

      • CollectionObjectAccessor

        public CollectionObjectAccessor​(Integer index)
        Constructor stores index value
        Parameters:
        index - Collection index
    • Method Detail

      • apply

        public R apply​(Collection<R> items)
        Evaluates expression using parameters and the value supplied
        Parameters:
        items - Collection to handle
        Returns:
        Evaluation result