final case class NotOk(error: ConfError) extends Configured[Nothing] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NotOk
- Configured
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 andThen[B](f: (Nothing) => Configured[B]): Configured[B]
- Definition Classes
- Configured
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def combine(other: ConfError): NotOk
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: ConfError
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get: Nothing
- Definition Classes
- Configured
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrElse[B >: Nothing](els: => B): B
- Definition Classes
- Configured
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNotOk: Boolean
- Definition Classes
- Configured
- def isOk: Boolean
- Definition Classes
- Configured
- def map[B](f: (Nothing) => B): Configured[B]
- Definition Classes
- Configured
- 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 product[B](other: Configured[B]): Configured[(Nothing, B)]
- Definition Classes
- Configured
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toEither: Either[ConfError, Nothing]
- Definition Classes
- Configured
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def |@|[B](other: Configured[B]): Configured[(Nothing, B)]
- Definition Classes
- Configured