V - the collection element typeC - the collection typepublic abstract class CollectionFunction<V,C extends Collection<V>> extends AbstractFunction<V,C>
| Constructor and Description |
|---|
CollectionFunction(V operand,
UnaryOperator<C> copier,
Supplier<C> factory) |
apply, getOperandclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenaccept, andThenpublic CollectionFunction(V operand, UnaryOperator<C> copier, Supplier<C> factory)
Copyright © 2022 JBoss by Red Hat. All rights reserved.