implicit final class SyncExtraSyntax[F[_], A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SyncExtraSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SyncExtraSyntax(underlying: F[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def count(f: (Either[Throwable, A]) ⇒ Option[(LabelledCounter, Double)])(implicit F: Sync[F]): F[A]
- def countFailure(f: (Throwable) ⇒ LabelledCounter)(implicit F: Sync[F]): F[A]
- def countSuccess(f: (A) ⇒ (LabelledCounter, Double))(implicit F: Sync[F]): F[A]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def markSuccess(f: (A) ⇒ LabelledGauge)(implicit F: Sync[F], clock: Clock): F[A]
- def time(f: (Either[Throwable, A]) ⇒ Option[LabelledHistogram])(implicit F: Sync[F]): F[A]
- def timeFailure(f: (Throwable) ⇒ LabelledHistogram)(implicit F: Sync[F]): F[A]
- def timeSuccess(f: (A) ⇒ LabelledHistogram)(implicit F: Sync[F]): F[A]
-
def
toString(): String
- Definition Classes
- Any
- val underlying: F[A]