object FutureUnlessShutdownImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FutureUnlessShutdownImpl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit final class EitherTOnShutdownSyntax[A, B] extends AnyVal
Enable
onShutdown
syntax on cats.data.EitherT[
FutureUnlessShutdown...]
. - class FutureUnlessShutdownThereafter extends Thereafter[FutureUnlessShutdown]
- type FutureUnlessShutdownThereafterContent[A] = Try[UnlessShutdown[A]]
Use a type synonym instead of a type lambda so that the Scala compiler does not get confused during implicit resolution, at least for simple cases.
- implicit final class Ops[+A] extends AnyVal
Extension methods for FutureUnlessShutdown
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
- val Instance: FutureUnlessShutdownImpl
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def catsStdInstFutureUnlessShutdown(implicit ec: ExecutionContext): MonadThrow[FutureUnlessShutdown]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def monoidFutureUnlessShutdown[A](implicit M: Monoid[A], ec: ExecutionContext): Monoid[FutureUnlessShutdown[A]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parallelApplicativeFutureUnlessShutdown(implicit ec: ExecutionContext): Applicative[FutureUnlessShutdown]
- implicit def parallelInstanceFutureUnlessShutdown(implicit ec: ExecutionContext): Parallel[FutureUnlessShutdown]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val thereafterFutureUnlessShutdown: Aux[FutureUnlessShutdown, FutureUnlessShutdownThereafterContent]
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])