IODebugOps
Implicit extension methods for IO instances
- Type parameters:
- A
Type wrapped in IO
- Value parameters:
- io
An effectful piece of information
- Source:
- package.scala
class Object
trait Matchable
class Any
Type members
Types
Value members
Concrete methods
Print the given IO to console along with its executing thread, then return the same input value. Used for debugging purposes.
Print the given IO to console along with its executing thread, then return the same input value. Used for debugging purposes.
- Returns:
An IO identical to the input one
- Source:
- package.scala