Class IncludeExclude<E,M extends java.util.function.Predicate<E>>
- java.lang.Object
-
- io.gitlab.plunts.gradle.plantuml.plugin.matcher.IncludeExclude<E,M>
-
- Type Parameters:
E- the element typeM- the matcher type
- All Implemented Interfaces:
java.io.Serializable
public final class IncludeExclude<E,M extends java.util.function.Predicate<E>> extends java.lang.Object implements java.io.SerializableAggregator for includes and excludes of the same type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncludeExclude()IncludeExclude(IncludeExclude<E,M> other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAll(IncludeExclude<E,M> other)voidaddExclude(M predicate)voidaddInclude(M predicate)booleanisEmpty()booleanisExcluded(E object)booleanisIncluded(E object)
-
-
-
Constructor Detail
-
IncludeExclude
public IncludeExclude()
-
IncludeExclude
public IncludeExclude(IncludeExclude<E,M> other)
-
-