Interface Reference<F extends Kind<F,?>,A>
- All Known Implementing Classes:
MonadDeferReference
public interface Reference<F extends Kind<F,?>,A>
-
Method Summary
Modifier and TypeMethodDescriptionget()getAndUpdate(Operator1<A> update) of(MonadDefer<F> monadF, A value) updateAndGet(Operator1<A> update)
-
Method Details
-
get
-
set
-
modify
-
getAndSet
-
updateAndGet
-
getAndUpdate
-
of
-