FixedSetExamples
sbt.internal.util.complete.FixedSetExamples
sealed case class FixedSetExamples(examples: Iterable[String]) extends ExampleSource
A convenience example source that wraps any collection of strings into a source of examples.
Value parameters
- examples
-
the examples that will be displayed to the user when they press the TAB key.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExampleSourceclass Objecttrait Matchableclass Any
Members list
In this article