com.github.ingarabr.firebase.dto.MatchPattern
See theMatchPattern companion trait
object MatchPattern extends CirceOneOf[MatchPattern]
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait CirceOneOf[MatchPattern]class Objecttrait Matchableclass AnyShow all
- Self type
-
MatchPattern.type
Members list
Type members
Classlikes
case class Glob(value: String) extends MatchPattern
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MatchPatternclass Objecttrait Matchableclass AnyShow all
case class Regex(value: String) extends MatchPattern
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MatchPatternclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
In this article