trait
Validation
[+E, +A]
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
>>*<<
[EE >: E, AA >: A]
(x: Validation[EE, AA])(implicit arg0: Semigroup[EE], arg1: Semigroup[AA]): Validation[EE, AA]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
either
: Either[E, A]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
exists
(f: (A) ⇒ Boolean): Boolean
-
-
def
finalize
(): Unit
-
def
flatMap
[EE >: E, B]
(f: (A) ⇒ Validation[EE, B]): Validation[EE, B]
-
def
fold
[X]
(failure: (E) ⇒ X, success: (A) ⇒ X): X
-
def
forall
(f: (A) ⇒ Boolean): Boolean
-
def
foreach
[U]
(f: (A) ⇒ U): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isFailure
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isSuccess
: Boolean
-
def
lift
[M[_], AA >: A]
(implicit arg0: Pure[M]): Validation[E, M[AA]]
-
-
def
map
[B]
(f: (A) ⇒ B): Validation[E, B]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toOption
: Option[A]
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
|
[AA >: A]
(f: ⇒ AA): AA
-
def
|||
[AA >: A]
(f: (E) ⇒ AA): AA
Inherited from AnyRef
Inherited from Any