Class AllwaysAcceptingAcceptor

  • All Implemented Interfaces:
    IAcceptor<java.lang.String>

    public final class AllwaysAcceptingAcceptor
    extends java.lang.Object
    implements IAcceptor<java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String value)  
      • 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

      • AllwaysAcceptingAcceptor

        public AllwaysAcceptingAcceptor()
    • Method Detail

      • accept

        public boolean accept​(java.lang.String value)
        Specified by:
        accept in interface IAcceptor<java.lang.String>