object
Predicates
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isAtLeastOneOf[T](value: Iterable[T], seq: Iterable[T], allowDups: Boolean = false): Boolean
-
def
isByteNumber(value: String): Boolean
-
def
isCorrectEmail(email: String): Boolean
-
def
isCorrectUuid(guid: String): Boolean
-
def
isDoubleNumber(value: String): Boolean
-
def
isEqualNumber[T](value: T, number: T)(implicit arg0: Numeric[T]): Boolean
-
def
isFloatNumber(value: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isIntNumber(value: String): Boolean
-
def
isLongNumber(value: String): Boolean
-
def
isMatchPattern(value: String, regex: Regex): Boolean
-
def
isMatchPattern(value: String, pattern: Pattern): Boolean
-
def
isNotBlank[T](value: Iterable[T]): Boolean
-
def
isNotBlank(value: String): Boolean
-
def
isNotNull[T](value: T): Boolean
-
def
isNumberFrom[T](value: T, leftBound: BoundedNumber[T])(implicit arg0: Numeric[T]): Boolean
-
def
isNumberInBounds[T](value: T)(leftBound: BoundedNumber[T], rightBound: BoundedNumber[T])(implicit arg0: Numeric[T]): Boolean
-
def
isNumberUntil[T](value: T, rightBound: BoundedNumber[T])(implicit arg0: Numeric[T]): Boolean
-
def
isOnlyOneOf[T](value: Iterable[T], seq: Iterable[T], allowDups: Boolean = false): Boolean
-
def
isShortNumber(value: String): Boolean
-
def
isSize[T](value: Iterable[T], size: Int): Boolean
-
def
isSizeFrom[T](value: Iterable[T], from: Int): Boolean
-
def
isSizeInRange[T](value: Iterable[T], from: Int, until: Int): Boolean
-
def
isSizeUntil[T](value: Iterable[T], until: Int): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Predicates.
0.0.1