sealed abstract
class
NoSuccess[+X] extends Result[Nothing, Nothing, X]
Abstract Value Members
-
abstract
def
error: X
Concrete 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
-
def
flatMap[Out2, B](f: (Nothing, Nothing) ⇒ Result[Out2, B, Nothing]): NoSuccess[X]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[Out2, B](f: (Nothing, Nothing) ⇒ (Out2, B)): NoSuccess[X]
-
def
map[B](f: (Nothing) ⇒ B): NoSuccess[X]
-
def
mapOut[Out2](f: (Nothing) ⇒ Out2): NoSuccess[X]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
orElse[Out2, B](other: ⇒ Result[Out2, B, Nothing]): Result[Out2, B, Nothing]
-
def
out: Nothing
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toOption: None.type
-
def
toString(): String
-
def
value: Nothing
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Result[Nothing, Nothing, X]
Inherited from AnyRef
Inherited from Any