Class/Object

swaydb.data.IO

Later

Related Docs: object Later | package IO

Permalink

final case class Later[T](value: (Unit) ⇒ T, error: Busy) extends Async[T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Async[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Later
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Async
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Later(value: (Unit) ⇒ T, error: Busy)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. val error: Busy

    Permalink
  8. def failed: IO[Error]

    Permalink
    Definition Classes
    LaterAsync
  9. def flatMap[U](f: (T) ⇒ Async[U]): Later[U]

    Permalink
    Definition Classes
    LaterAsync
  10. def flattenAsync[U](implicit ev: <:<[T, Async[U]]): Async[U]

    Permalink
    Definition Classes
    LaterAsync
  11. def get: T

    Permalink

    If value is readable gets or fetches and return's the value or else throws IO.Exception.Busy.

    If value is readable gets or fetches and return's the value or else throws IO.Exception.Busy.

    Definition Classes
    LaterAsync
    Annotations
    @throws( ... )
    Exceptions thrown

    [[IO.Exception.Busy]]. Used for Java API.

  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def getOrElse[U >: T](default: ⇒ U): U

    Permalink
    Definition Classes
    LaterAsync
  14. def isBusy: Boolean

    Permalink
  15. def isFailure: Boolean

    Permalink
    Definition Classes
    LaterAsync
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def isLater: Boolean

    Permalink
    Definition Classes
    LaterAsync
  18. def isSuccess: Boolean

    Permalink
    Definition Classes
    LaterAsync
  19. def isValueDefined: Boolean

    Permalink
  20. def isValueEmpty: Boolean

    Permalink
  21. def map[U](f: (T) ⇒ U): Async[U]

    Permalink
  22. def mapAsync[U](f: (T) ⇒ U): Async[U]

    Permalink
    Definition Classes
    LaterAsync
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def recover[U >: T](f: PartialFunction[Error, U]): IO[U]

    Permalink
    Definition Classes
    LaterAsync
  27. def recoverWith[U >: T](f: PartialFunction[Error, IO[U]]): IO[U]

    Permalink
    Definition Classes
    LaterAsync
  28. def safeGet: Async[T]

    Permalink
    Definition Classes
    LaterAsync
  29. def safeGetBlocking: IO[T]

    Permalink

    Opens all IO.Async types to read the final value in a blocking manner.

    Opens all IO.Async types to read the final value in a blocking manner.

    Definition Classes
    LaterAsync
  30. def safeGetBlockingIfFileExists: IO[T]

    Permalink
    Definition Classes
    LaterAsync
  31. def safeGetFuture(implicit ec: ExecutionContext): Future[T]

    Permalink

    Opens all IO.Async types to read the final value in a non-blocking manner.

    Opens all IO.Async types to read the final value in a non-blocking manner.

    Definition Classes
    LaterAsync
  32. def safeGetFutureIfFileExists(implicit ec: ExecutionContext): Future[T]

    Permalink

    Opens all IO.Async types to read the final value in a non-blocking manner.

    Opens all IO.Async types to read the final value in a non-blocking manner.

    Definition Classes
    LaterAsync
  33. def safeGetIfFileExists: Async[T]

    Permalink
    Definition Classes
    LaterAsync
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. val value: (Unit) ⇒ T

    Permalink
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Async[T]

Inherited from AnyRef

Inherited from Any

Ungrouped