Package | Description |
---|---|
org.apache.cassandra.utils.concurrent |
Modifier and Type | Method and Description |
---|---|
protected static <O,T extends IntrusiveStack<T>> |
IntrusiveStack.push(java.util.function.Function<O,T> getter,
IntrusiveStack.Setter<O,T> setter,
O owner,
T prepend) |
protected static <O,T extends IntrusiveStack<T>> |
IntrusiveStack.push(java.util.function.Function<O,T> getter,
IntrusiveStack.Setter<O,T> setter,
O owner,
T prepend,
java.util.function.BiFunction<T,T,T> combine) |
Copyright © 2009- The Apache Software Foundation