Package io.deephaven.lang.completion
Interface CustomCompletion.Factory
- Enclosing interface:
- CustomCompletion
public static interface CustomCompletion.Factory
Factory interface for CustomCompletion instances, allowing the autocomplete internals to manage scope directly of
CustomCompletion instances. By implementing the Factory interface, scope of dependencies can be managed, but any
state should be left in the CustomCompletion itself (cached lookups, etc).
-
Method Summary
-
Method Details
-
create
CustomCompletion create()
-