implicit final class TryOps[A] extends AnyVal
- Alphabetic
 - By Inheritance
 
- TryOps
 - AnyVal
 - Any
 
- by AnyOps
 - by AnyOps
 - by any2stringadd
 - by StringFormat
 - by Ensuring
 - by ArrowAssoc
 
- Hide All
 - Show All
 
- Public
 - All
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - Any
 
 -  def +(other: String): String
 -  def ->[B](y: B): (TryOps[A], B)
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 -  def ensuring(cond: (TryOps[A]) ⇒ Boolean, msg: ⇒ Any): TryOps[A]
 -  def ensuring(cond: (TryOps[A]) ⇒ Boolean): TryOps[A]
 -  def ensuring(cond: Boolean, msg: ⇒ Any): TryOps[A]
 -  def ensuring(cond: Boolean): TryOps[A]
 -  def formatted(fmtstr: String): String
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getClass(): Class[_ <: AnyVal]
      
      
      
- Definition Classes
 - AnyVal → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toFuture: Future[A]
      
      
      
Creates an already completed
Futurewith the result or exception of thisTry.Creates an already completed
Futurewith the result or exception of thisTry.- returns
 the already completed
Futureinstance with the contents of thisTry
- Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - Any
 
 -  def →[B](y: B): (TryOps[A], B)
 
Shadowed Implicit Value Members
- 
      
      
      
        
      
    
      
        
        def
      
      
        future: Future[TryOps[A]]
      
      
      
Creates an already completed
Futurecontainingvalue.Creates an already completed
Futurecontainingvalue.- returns
 the already completed
Futurewith the specified result
- Implicit
 - This member is added by an implicit conversion from TryOps[A] to AnyOps[TryOps[A]] performed by method AnyOps in scail.commons.ops.
 - Shadowing
 - This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(tryOps: AnyOps[TryOps[A]]).future
 - Definition Classes
 - AnyOps
 - Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        future: Future[TryOps[A]]
      
      
      
Creates an already completed
Futurecontainingvalue.Creates an already completed
Futurecontainingvalue.- returns
 the already completed
Futurewith the specified result
- Implicit
 - This member is added by an implicit conversion from TryOps[A] to AnyOps[TryOps[A]] performed by method AnyOps in scail.commons.ops.
 - Shadowing
 - This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(tryOps: AnyOps[TryOps[A]]).future
 - Definition Classes
 - AnyOps
 - Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        option: Option[TryOps[A]]
      
      
      
Creates an
Optioncontainingvalue.Creates an
Optioncontainingvalue.- returns
 Some(value)ifvalueis notnull,Noneotherwise
- Implicit
 - This member is added by an implicit conversion from TryOps[A] to AnyOps[TryOps[A]] performed by method AnyOps in scail.commons.ops.
 - Shadowing
 - This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(tryOps: AnyOps[TryOps[A]]).option
 - Definition Classes
 - AnyOps
 - Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        option: Option[TryOps[A]]
      
      
      
Creates an
Optioncontainingvalue.Creates an
Optioncontainingvalue.- returns
 Some(value)ifvalueis notnull,Noneotherwise
- Implicit
 - This member is added by an implicit conversion from TryOps[A] to AnyOps[TryOps[A]] performed by method AnyOps in scail.commons.ops.
 - Shadowing
 - This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(tryOps: AnyOps[TryOps[A]]).option
 - Definition Classes
 - AnyOps
 - Annotations
 - @inline()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        tap(f: (TryOps[A]) ⇒ Unit): TryOps[A]
      
      
      
Applies side-effectul method to
value, returningvalue.Applies side-effectul method to
value, returningvalue.- f
 the side-effectful method to apply to
value- returns
 value
- Implicit
 - This member is added by an implicit conversion from TryOps[A] to AnyOps[TryOps[A]] performed by method AnyOps in scail.commons.ops.
 - Shadowing
 - This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(tryOps: AnyOps[TryOps[A]]).tap(f)
 - Definition Classes
 - AnyOps
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        tap(f: (TryOps[A]) ⇒ Unit): TryOps[A]
      
      
      
Applies side-effectul method to
value, returningvalue.Applies side-effectul method to
value, returningvalue.- f
 the side-effectful method to apply to
value- returns
 value
- Implicit
 - This member is added by an implicit conversion from TryOps[A] to AnyOps[TryOps[A]] performed by method AnyOps in scail.commons.ops.
 - Shadowing
 - This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(tryOps: AnyOps[TryOps[A]]).tap(f)
 - Definition Classes
 - AnyOps