IOOps

implicit protected class IOOps[A](io: ProxIO[A])
class Object
trait Matchable
class Any

Value members

Concrete methods

def flatMap[B](f: A => ProxIO[B]): ProxIO[B]
def map[B](f: A => B): ProxIO[B]