sealed abstract class NoSuccess[+X] extends Result[Nothing, Nothing, X]
Ordering
- Alphabetic
- By Inheritance
Inherited
- NoSuccess
- Result
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (NoSuccess[X], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (NoSuccess[X]) ⇒ Boolean, msg: ⇒ Any): NoSuccess[X]
- def ensuring(cond: (NoSuccess[X]) ⇒ Boolean): NoSuccess[X]
- def ensuring(cond: Boolean, msg: ⇒ Any): NoSuccess[X]
- def ensuring(cond: Boolean): NoSuccess[X]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[Out2, B](f: (Nothing, Nothing) ⇒ Result[Out2, B, Nothing]): NoSuccess[X]
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def orElse[Out2, B](other: ⇒ Result[Out2, B, Nothing]): Result[Out2, B, Nothing]
- def out: Nothing
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toOption: None.type
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def value: Nothing
-
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()
- def →[B](y: B): (NoSuccess[X], B)