object IO
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IO
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Defer[E, R](asScala: IO.Defer[E, R])(implicit exceptionHandler: ExceptionHandler[E]) extends Product with Serializable
- trait ExceptionHandler[E] extends AnyRef
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val booleanNeverExceptionHandler: ExceptionHandler[Boolean]
- val byteNeverExceptionHandler: ExceptionHandler[Byte]
- val characterNeverExceptionHandler: ExceptionHandler[Character]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def defer[L, R](supplier: Supplier[R], exceptionHandler: ExceptionHandler[L]): Defer[L, R]
- def defer[R](supplier: Supplier[R]): Defer[Throwable, R]
- val doubleNeverExceptionHandler: ExceptionHandler[Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromScala[R](io: swaydb.IO[Throwable, R]): IO[Throwable, R]
- def fromScala[L, R](io: swaydb.IO[L, R], exceptionHandler: ExceptionHandler[L]): IO[L, R]
- def fromScala[T](exceptionHandler: IO.ExceptionHandler[T]): ExceptionHandler[T]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val integerNeverExceptionHandler: ExceptionHandler[Integer]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def left[L, R](left: L, exceptionHandler: ExceptionHandler[L]): IO[L, R]
- def left[R](left: Throwable): IO[Throwable, R]
- def leftNeverException[L, R](left: L): IO[L, R]
- val longNeverExceptionHandler: ExceptionHandler[Long]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def neverExceptionHandler[T](): ExceptionHandler[T]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def right[L, R](right: R, exceptionHandler: ExceptionHandler[L]): IO[L, R]
- def right[R](right: R): IO[Throwable, R]
- def rightNeverException[L, R](right: R): IO[L, R]
- def run[L, O](supplier: Supplier[O], exceptionHandler: ExceptionHandler[L]): IO[L, O]
- def run[O](supplier: Supplier[O]): IO[Throwable, O]
- val stringNeverExceptionHandler: ExceptionHandler[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val throwableExceptionHandler: ExceptionHandler[Throwable]
- def toScala[T](self: ExceptionHandler[T]): IO.ExceptionHandler[T]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()