object Console extends EffectComp[Console] with ConsoleInstances
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Console
- ConsoleInstances
- EffectComp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
apply[F[_]](implicit instance: Console[F]): Console[F]
- Definition Classes
- EffectComp
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- implicit def delayInstance[F[_]](implicit arg0: Delay[F]): Console[F]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def instance[F[_]](in: BufferedReader, out: PrintStream, err: PrintStream)(implicit FD: Delay[F]): Console[F]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
implicit
val
representableKInstance: RepresentableK[Console]
- Definition Classes
- ConsoleInstances
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
putErr[F[_]](e: String)(implicit F: Console[F]): F[Unit]
- Annotations
- @deprecated
- Deprecated
(Since version 0.7.2) use tofu.syntax.console
-
def
putErrLn[F[_]](e: String)(implicit F: Console[F]): F[Unit]
- Annotations
- @deprecated
- Deprecated
(Since version 0.7.2) use tofu.syntax.console
-
def
putStr[F[_]](s: String)(implicit F: Console[F]): F[Unit]
- Annotations
- @deprecated
- Deprecated
(Since version 0.7.2) use tofu.syntax.console
-
def
putStrLn[F[_]](s: String)(implicit F: Console[F]): F[Unit]
- Annotations
- @deprecated
- Deprecated
(Since version 0.7.2) use tofu.syntax.console
-
def
readStrLn[F[_]](implicit F: Console[F]): F[String]
- Annotations
- @deprecated
- Deprecated
(Since version 0.7.2) use tofu.syntax.console