Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply[S, A](optional: Optional[S, A]): Possible[S, A]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- implicit def eitherPossible[A, B]: Possible[Either[A, B], B]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def fromIso[S, A, B](iso: Iso[S, A])(implicit ev: Possible[A, B]): Possible[S, B]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit def optionPossible[A]: Possible[Option[A], A]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- implicit def tryPossible[A]: Possible[Try[A], A]
- implicit def validatedPossible[A, B]: Possible[Validated[A, B], B]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Deprecated Value Members
- def possible[S, A](implicit ev: Possible[S, A]): Optional[S, A]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply[S, A](optional: Optional[S, A]): Possible[S, A]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- implicit def eitherPossible[A, B]: Possible[Either[A, B], B]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def fromIso[S, A, B](iso: Iso[S, A])(implicit ev: Possible[A, B]): Possible[S, B]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- implicit def optionPossible[A]: Possible[Option[A], A]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- implicit def tryPossible[A]: Possible[Try[A], A]
- implicit def validatedPossible[A, B]: Possible[Validated[A, B], B]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def possible[S, A](implicit ev: Possible[S, A]): Optional[S, A]