object SmartAssertions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SmartAssertions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def as[A, B](implicit CB: ClassTag[B]): Arrow[A, B]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asLeft[A]: Arrow[Either[A, _], A]
- def asRight[A]: Arrow[Either[_, A], A]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def containsOption[A](value: A): Arrow[Option[A], Boolean]
- def containsSeq[A](value: A): Arrow[Seq[A], Boolean]
- def containsString(value: String): Arrow[String, Boolean]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equalTo[A](that: A)(implicit diff: OptionalImplicit[Diff[A]]): Arrow[A, Boolean]
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def existsIterable[A](predicate: Arrow[A, Boolean]): Arrow[Iterable[A], Boolean]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forallIterable[A](predicate: Arrow[A, Boolean]): Arrow[Iterable[A], Boolean]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def greaterThan[A](that: A)(implicit ordering: Ordering[A]): Arrow[A, Boolean]
- def greaterThanOrEqualTo[A](that: A)(implicit ordering: Ordering[A]): Arrow[A, Boolean]
- def hasAt[A](index: Int): Arrow[Seq[A], A]
- def hasKey[K, V](key: K): Arrow[Map[K, V], V]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head[A]: Arrow[Iterable[A], A]
- def is[A, B](implicit CB: ClassTag[B]): Arrow[A, Boolean]
- def isDefinedOption[A]: Arrow[Option[A], Boolean]
- def isEmptyIterable[A]: Arrow[Iterable[A], Boolean]
- def isEmptyOption[A]: Arrow[Option[A], Boolean]
- def isEven[A](implicit integral: Integral[A]): Arrow[A, Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNonEmptyIterable[A]: Arrow[Iterable[A], Boolean]
- def isOdd[A](implicit integral: Integral[A]): Arrow[A, Boolean]
- def isSome[A]: Arrow[Option[A], A]
- def lessThan[A](that: A)(implicit ordering: Ordering[A]): Arrow[A, Boolean]
- def lessThanOrEqualTo[A](that: A)(implicit ordering: Ordering[A]): Arrow[A, Boolean]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val throws: Arrow[Any, Throwable]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()