object
Assertions
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
as[A, B](implicit CA: ClassTag[A], CB: ClassTag[B]): Arrow[A, B]
-
final
def
asInstanceOf[T0]: T0
-
def
asLeft[A]: Arrow[Either[A, _], A]
-
def
asRight[A]: Arrow[Either[_, A], A]
-
def
clone(): AnyRef
-
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]
-
-
-
-
def
existsIterable[A](predicate: Arrow[A, Boolean]): Arrow[Iterable[A], Boolean]
-
def
finalize(): Unit
-
def
forallIterable[A](predicate: Arrow[A, Boolean]): Arrow[Iterable[A], Boolean]
-
final
def
getClass(): Class[_]
-
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
hashCode(): Int
-
def
head[A]: Arrow[Iterable[A], A]
-
-
def
isEmptyIterable[A]: Arrow[Iterable[A], Boolean]
-
-
def
isEven[A](implicit integral: Integral[A]): Arrow[A, Boolean]
-
final
def
isInstanceOf[T0]: Boolean
-
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
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
throws: Arrow[Any, Throwable]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit