object Wildcard extends NameMatcher with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Wildcard
- Serializable
- Serializable
- Product
- Equals
- NameMatcher
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
andThen[A](g: (Boolean) ⇒ A): (String) ⇒ A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
apply(x: String): Boolean
- Definition Classes
- Wildcard → Function1
-
def
compose[A](g: (A) ⇒ String): (A) ⇒ Boolean
- Definition Classes
- Function1
- Annotations
- @unspecialized()
-
def
toString(): String
- Definition Classes
- Wildcard → Function1 → AnyRef → Any