object
FoldProcessM
Type Members
-
type
FoldTask[T, U] = FoldM[T, Task, U]
-
type
ProcessTask[T] = Process[Task, T]
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
implicit
val
IdProcessTaskNaturalTransformation: ~>[scalaz.Id.Id, ProcessTask]
-
implicit
val
IdTaskNaturalTransformation: ~>[scalaz.Id.Id, Task]
-
implicit
val
TaskProcessTaskNaturalTransformation: ~>[Task, ProcessTask]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
def
fromSink[T](sink: Sink[Task, T]): FoldM[T, Task, Unit] { type S = org.specs2.data.Stepper[scalaz.concurrent.Task,T => scalaz.concurrent.Task[Unit]] }
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit