Ipv6

object Ipv6 extends MatchesRegex
class FromPredicate[String]
class FromPredicate0[String]
trait Validation[String]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

final case class Error(raw: Raw)
Inherited from
Validation

Inherited types

override opaque type Valid
Inherited from
FromPredicate0

Value members

Inherited methods

def and[Valid2 <: String](that: Aux[String, Valid2]): Aux[String, Valid & Valid2]
Inherited from
FromPredicate
protected def formatErrorMessage(raw: String): String
Inherited from
FromPredicate0
def negate: FromPredicate[String]
Inherited from
FromPredicate
def or[Valid2 <: String](that: Aux[String, Valid2]): Aux[String, Valid | Valid2]
Inherited from
FromPredicate
final def validate(raw: String): Error | Valid
Inherited from
Validation
final def validateEither(raw: String): Either[Error, Valid]
Inherited from
Validation
final def validateWith[A](raw: String, handleSuccess: Valid => A, handleError: Error => A): A
Inherited from
FromPredicate0

Inherited fields

val predicate: String => Boolean
Inherited from
FromPredicate0
val predicateName: String
Inherited from
FromPredicate0