Java Refined currently exposes these type families.
PositiveInt,NegativeInt,NonNegativeInt,NonPositiveInt,NonZeroInt,NaturalIntPositiveLong,NegativeLong,NonNegativeLong,NonPositiveLong,NonZeroLong,NaturalLongPositiveByte,NegativeByte,NonNegativeByte,NonPositiveByte,NonZeroByte,NaturalBytePositiveShort,NegativeShort,NonNegativeShort,NonPositiveShort,NonZeroShort,NaturalShortPositiveFloat,NegativeFloat,NonNegativeFloat,NonPositiveFloat,NonZeroFloat,FiniteFloat,NonNaNFloat,ZeroToOneFloatPositiveDouble,NegativeDouble,NonNegativeDouble,NonPositiveDouble,NonZeroDouble,FiniteDouble,NonNaNDouble,ZeroToOneDoublePositiveBigInteger,NegativeBigInteger,NonNegativeBigInteger,NonPositiveBigInteger,NonZeroBigInteger,NaturalBigIntegerPositiveBigDecimal,NegativeBigDecimal,NonNegativeBigDecimal,NonPositiveBigDecimal,NonZeroBigDecimal
DigitChar,LetterChar,LetterOrDigitChar,LowerCaseChar,UpperCaseChar,WhitespaceChar,SpecialChar
NonEmptyString,NonBlankString,TrimmedString,UuidString,UriStringEmailString,AsciiString,AlphabeticString,NumericString,AlphanumericStringSlugString,LowerCaseString,UpperCaseStringRegexString,UrlString,Ipv4String,Ipv6String,HexString,HexColorString,XmlString,XPathStringBase64String,Base64UrlString,UlidString,JsonString,CidrV4String,CidrV6String,MacAddressString,SemVerStringCreditCardString,IsbnString,HostnameString,JwtStringIso8601DateString,Iso8601TimeString,Iso8601DateTimeString,Iso8601DurationString,Iso8601PeriodString,TimeZoneIdStringValidByteString,ValidShortString,ValidIntString,ValidLongStringValidFloatString,ValidDoubleString,ValidBigIntegerString,ValidBigDecimalString
NonEmptyList,NonEmptySet,NonEmptyMap,NonEmptyDeque,NonEmptyIterableNonEmptyQueue,NonEmptySortedSet,NonEmptySortedMap,NonEmptyNavigableSet,NonEmptyNavigableMap
OptionEitherTryIorValidated
GreaterThan,GreaterOrEqual,LessThan,LessOrEqual,EqualTo,NotEqualToOpenInterval,ClosedInterval,OpenClosedInterval,ClosedOpenIntervalEvenInt,OddInt,EvenLong,OddLong,EvenBigInteger,OddBigIntegerDivisibleByInt,DivisibleByLong,DivisibleByBigIntegerModuloInt,ModuloLong,NonDivisibleByInt,NonDivisibleByLong,NonDivisibleByBigIntegerFiniteFloatPredicate,FiniteDoublePredicate,NonNaNFloatPredicate,NonNaNDoublePredicate
NotEmpty,NotBlank,LengthAtLeast,LengthAtMost,LengthBetweenMatchesRegex,StartsWith,EndsWith,Contains
TrueValue,FalseValue,And,Or,Xor,Nand,Nor,OneOf
IsDigitChar,IsLetterChar,IsLetterOrDigitChar,IsLowerCaseChar,IsUpperCaseChar,IsWhitespaceChar,IsSpecialChar
MinSize,MaxSize,SizeBetween,SizeEqualContainsElement,EmptyCollection,ForAllElements,ExistsElementHeadSatisfies,LastSatisfies,IndexSatisfies,InitSatisfies,TailSatisfies,CountMatchesAscendingList,DescendingList
AllOf,AnyOf,Not