@FunctionalInterface public interface IAcceptor<T>
boolean
accept(T value)
default IAcceptor<T>
and(IAcceptor<? super T> other)
not()
or(IAcceptor<? super T> other)
boolean accept(T value)
default IAcceptor<T> not()
default IAcceptor<T> and(IAcceptor<? super T> other)
default IAcceptor<T> or(IAcceptor<? super T> other)
Copyright © 2007–2017 Andreas Bartels. All rights reserved.