Skip to content

IListProducer

Interface for lazy list producers.

Methods

Name Description
produce Produce the list value.

produce

public java.util.List<java.lang.String> produce(IResolveContext context)

Produce the list value.

contextRequired