Uses of Interface
net.anwiba.commons.lang.functional.IApplicable
-
Packages that use IApplicable Package Description net.anwiba.commons.lang.functional -
-
Uses of IApplicable in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IApplicable Modifier and Type Method Description default IApplicable<T>IApplicable. and(IApplicable<? super T> other)default IApplicable<T>IApplicable. not()static <T> IApplicable<T>IApplicable. not(IApplicable<T> applicable)default IApplicable<T>IApplicable. or(IApplicable<? super T> other)Methods in net.anwiba.commons.lang.functional with parameters of type IApplicable Modifier and Type Method Description default IApplicable<T>IApplicable. and(IApplicable<? super T> other)static <T> IApplicable<T>IApplicable. not(IApplicable<T> applicable)default IApplicable<T>IApplicable. or(IApplicable<? super T> other)
-