T - the operand typeO - the operable object typepublic abstract class AbstractFunction<T,O> extends Object implements BiFunction<Object,O,O>, BiConsumer<O,T>
| Constructor and Description |
|---|
AbstractFunction(T operand,
UnaryOperator<O> copier,
Supplier<O> factory,
Function<O,Boolean> empty) |
| Modifier and Type | Method and Description |
|---|---|
O |
apply(Object key,
O operable) |
T |
getOperand() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenaccept, andThenCopyright © 2018 JBoss by Red Hat. All rights reserved.