sealed trait Completions extends AnyRef
Represents a set of completions. It exists instead of implicitly defined operations on top of Set[Completion] for laziness.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Completions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def get: Set[Completion]
Concrete Value Members
- final def ++(o: Completions): Completions
- final def +:(o: Completion): Completions
-
final
def
equals(o: Any): Boolean
- Definition Classes
- Completions → AnyRef → Any
- final def filter(f: (Completion) ⇒ Boolean): Completions
- final def filterS(f: (String) ⇒ Boolean): Completions
- final def flatMap(f: (Completion) ⇒ Completions): Completions
-
final
def
hashCode(): Int
- Definition Classes
- Completions → AnyRef → Any
- final def map(f: (Completion) ⇒ Completion): Completions
-
def
toString(): String
- Definition Classes
- Completions → AnyRef → Any
- final def x(o: Completions): Completions