Uses of Interface
org.apache.cassandra.utils.concurrent.IntrusiveStack.Setter
Packages that use IntrusiveStack.Setter
-
Uses of IntrusiveStack.Setter in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent with parameters of type IntrusiveStack.SetterModifier and TypeMethodDescriptionprotected static <O,T extends IntrusiveStack<T>>
TIntrusiveStack.push(Function<O, T> getter, IntrusiveStack.Setter<O, T> setter, O owner, T prepend) protected static <O,T extends IntrusiveStack<T>>
TIntrusiveStack.push(Function<O, T> getter, IntrusiveStack.Setter<O, T> setter, O owner, T prepend, BiFunction<T, T, T> combine)