Uses of Interface
net.anwiba.commons.lang.functional.IApplicable
Packages that use IApplicable
-
Uses of IApplicable in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IApplicableModifier and TypeMethodDescriptiondefault 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 IApplicableModifier and TypeMethodDescriptiondefault 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)