case class MayFailSuccess[L](l: L) extends MayFail[L] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MayFailSuccess
- Serializable
- Serializable
- MayFail
- MemoHashCode
- Product
- Equals
- AnyRef
- Any
Implicitly
- by success
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MayFailSuccess(l: L)
Value Members
-
def
addError(err: SemanticError): MayFail[L]
- Definition Classes
- MayFail
-
def
canEqual(that: Any): Boolean
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Definition Classes
- Equals
-
def
extract: Option[L]
- Definition Classes
- MayFail
-
def
hashCode(): Int
Memoized default hash code
Memoized default hash code
- Definition Classes
- MemoHashCode → AnyRef → Any
- val l: L
-
def
productArity: Int
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Definition Classes
- Product
-
def
productElement(n: Int): Any
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Definition Classes
- Product
-
def
productIterator: Iterator[Any]
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Definition Classes
- Product
-
def
productPrefix: String
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Definition Classes
- Product
-
def
withFilter(f: (L) ⇒ Boolean): MayFail[L]
- Definition Classes
- MayFail
Shadowed Implicit Value Members
-
def
addError(err: SemanticError): MayFail[MayFailSuccess[L]]
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(mayFailSuccess: MayFail[MayFailSuccess[L]]).addError(err)
- Definition Classes
- MayFail
-
def
extract: Option[MayFailSuccess[L]]
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(mayFailSuccess: MayFail[MayFailSuccess[L]]).extract
- Definition Classes
- MayFail
-
def
hashCode(): Int
Memoized default hash code
Memoized default hash code
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(mayFailSuccess: MayFail[MayFailSuccess[L]]).hashCode()
- Definition Classes
- MemoHashCode → AnyRef → Any
-
def
withFilter(f: (MayFailSuccess[L]) ⇒ Boolean): MayFail[MayFailSuccess[L]]
- Implicit
- This member is added by an implicit conversion from MayFailSuccess[L] to MayFail[MayFailSuccess[L]] performed by method success in be.opimedia.scala_par_am.MayFail.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(mayFailSuccess: MayFail[MayFailSuccess[L]]).withFilter(f)
- Definition Classes
- MayFail