public static class CollectionAcceptorBuilder.CollectionAcceptor<T> extends Object implements IAcceptor<Collection<T>>
| Constructor and Description |
|---|
CollectionAcceptor(Collection<IAcceptor<T>> acceptors,
IAcceptor<T> otherwise) |
public CollectionAcceptor(Collection<IAcceptor<T>> acceptors, IAcceptor<T> otherwise)
public boolean accept(Collection<T> values)
accept in interface IAcceptor<Collection<T>>Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.