Skip to content

RemovableFeature Table Features

RemovableFeature is an extension of the TableFeature abstraction for table features that can be removed.

Implementations

Sealed Trait

RemovableFeature is a Scala sealed trait which means that all of the implementations are in the same compilation unit (a single file).

Learn more in the Scala Language Specification.