implicit final
class
StepperOps[A, B] extends AnyVal
Instance Constructors
-
new
StepperOps(self: Stepper[A, B])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (StepperOps[A, B], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
val
self: Stepper[A, B]
-
def
stepToAwait[I, R](cont: (Vector[B], (Option[Chunk[A]]) ⇒ Stepper[A, B]) ⇒ Pull[Pure, I, R]): Pull[Pure, I, R]
-
def
toString(): String
-
def
→[B](y: B): (StepperOps[A, B], B)
Inherited by implicit conversion any2stringadd from
StepperOps[A, B] to any2stringadd[StepperOps[A, B]]
Inherited by implicit conversion StringFormat from
StepperOps[A, B] to StringFormat[StepperOps[A, B]]