Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-212

Value factories should have a create method that takes an un-typed iterable and returns a typed iterable

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 0.2
    • 0.1
    • Graph (2.x)
    • None

      This enables the use of the for shorthand. For example:

      Property property = ...
      ExecutionContext executionContext = ...
      ValueFactory<String> stringFactory = executionContext.getValueFactories().getStringFactory();
      for (String token : stringFactory.create(property))

      { ... }

            teiid John Verhaeg (Inactive)
            teiid John Verhaeg (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: