@Value.Immutable
public interface UncompiledPattern
| Modifier and Type | Method and Description |
|---|---|
default Pattern |
compile() |
int |
flags() |
static UncompiledPattern |
of(Pattern pattern) |
String |
regex() |
@Value.Parameter String regex()
@Value.Parameter int flags()
@Value.Auxiliary default Pattern compile()
static UncompiledPattern of(Pattern pattern)
Copyright © 2022. All rights reserved.