StashRestore

trait StashRestore[S]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def restore(s: S): S
def stash(s: S): S

Concrete methods

def :*:[F[_[_]]](F: StashRestore[F[A]]): StashRestore[Pair[F, G, A]]
Implicitly added by StashRestoreOps