FastAndSlow
final case class FastAndSlow[F[_], FastF <: ([f[_], a] =>> DomZipper[f, FX, a, FastF]), FX, FD, SlowF <: ([f[_], a] =>> DomZipper[f, SX, a, SlowF]), SX, SD](fast: FastF[F, FD], slow: () => F[SlowF[F, SD]], isCapableFn: Capability => Boolean)(implicit F: ErrorHandler[F])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
def toDomZipper[A](f: FastAndSlow[F, FastF, FX, FD, SlowF, SX, SD] => A): DomZippersFastAndSlow[F, Dom, A]