kantan
regex
package
regex
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
regex
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
type
CompileResult
[
A
]
=
Either
[
CompileError
,
A
]
type
DecodeResult
[
A
]
=
Either
[
DecodeError
,
A
]
type
GroupDecoder
[
A
]
=
Decoder
[
Option
[
String
],
A
,
DecodeError
,
codecs
.type]
type
MatchDecoder
[
A
]
=
Decoder
[
Match
,
A
,
DecodeError
,
codecs
.type]
type
Pattern
=
java.util.regex.Pattern
type
RegexResult
[
A
]
=
Either
[
RegexError
,
A
]
Value Members
package
joda
Inherited from
AnyRef
Inherited from
Any
Ungrouped