public class FunctionBuffer<B,F> extends AbstractFunctionBuffer<B,F>
Constructor and Description |
---|
FunctionBuffer(B back,
java.util.function.Function<? super B,? extends F> function) |
FunctionBuffer(F front,
B back,
java.util.function.BiFunction<? super F,? super B,? extends F> operation) |
FunctionBuffer(F front,
B back,
java.util.function.Function<? super B,? extends F> function) |
FunctionBuffer(FunctionBuffer<B,F> doubleBuffer) |
equals, evaluate, getBack, getBackExpression, getFront, getOperation, hashCode, isFlat, push, setBack, setFront, toString
beginWrite, createObservable, endWrite, fireChange, getReadLock, getValue, getWriteLock, read
addDependency, getValueImpl
cancelChange, invalidations, isChanging, write
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
invalidateBack, set, set
anonymize, decoupleValue, getValue, immutable, invalidations, over, over
public FunctionBuffer(F front, B back, java.util.function.BiFunction<? super F,? super B,? extends F> operation)
public FunctionBuffer(F front, B back, java.util.function.Function<? super B,? extends F> function)
public FunctionBuffer(B back, java.util.function.Function<? super B,? extends F> function)
public FunctionBuffer(FunctionBuffer<B,F> doubleBuffer)