Class CollectionAcceptorBuilder.CollectionAcceptor<T>

  • All Implemented Interfaces:
    IAcceptor<java.util.Collection<T>>
    Enclosing class:
    CollectionAcceptorBuilder<T>

    public static class CollectionAcceptorBuilder.CollectionAcceptor<T>
    extends java.lang.Object
    implements IAcceptor<java.util.Collection<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.util.Collection<T> values)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.anwiba.commons.lang.functional.IAcceptor

        and, not, or
    • Constructor Detail

      • CollectionAcceptor

        public CollectionAcceptor​(java.util.Collection<IAcceptor<T>> acceptors,
                                  IAcceptor<T> otherwise)
    • Method Detail

      • accept

        public boolean accept​(java.util.Collection<T> values)
        Specified by:
        accept in interface IAcceptor<T>