You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/05 15:04:00 UTC

[jira] [Work logged] (COLLECTIONS-694) Support for Transformer in LazyList

     [ https://issues.apache.org/jira/browse/COLLECTIONS-694?focusedWorklogId=272635&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-272635 ]

ASF GitHub Bot logged work on COLLECTIONS-694:
----------------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Jul/19 15:03
            Start Date: 05/Jul/19 15:03
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on pull request #52: [COLLECTIONS-694] Support Transformer for LazyList
URL: https://github.com/apache/commons-collections/pull/52
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 272635)
    Time Spent: 2.5h  (was: 2h 20m)

> Support for Transformer in LazyList
> -----------------------------------
>
>                 Key: COLLECTIONS-694
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-694
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: List
>    Affects Versions: 4.2
>            Reporter: Stephan Windmüller
>            Priority: Minor
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> {{LazyList}} supports a {{Factory}} for creating new elements on first access. Since a {{Factory}} does not take any arguments, those elements can not depend on any input values.
> A possible use case is a list of objects from a database, fetched by their id. If an element at a specific position is requested, it is retrieved from the database lazily. This would require support of a {{Transformer}} (from id to database object).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)