Class AbstractNotationDependency.PropertiesExclusionPredicate
- java.lang.Object
-
- com.github.blindpirate.gogradle.core.dependency.AbstractNotationDependency.PropertiesExclusionPredicate
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Predicate<GolangDependency>
- Enclosing class:
- AbstractNotationDependency
public static class AbstractNotationDependency.PropertiesExclusionPredicate extends java.lang.Object implements java.util.function.Predicate<GolangDependency>, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertiesExclusionPredicate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()static AbstractNotationDependency.PropertiesExclusionPredicateof(java.util.Map<java.lang.String,java.lang.Object> properties)booleantest(GolangDependency dependency)
-
-
-
Method Detail
-
of
public static AbstractNotationDependency.PropertiesExclusionPredicate of(java.util.Map<java.lang.String,java.lang.Object> properties)
-
test
public boolean test(GolangDependency dependency)
- Specified by:
testin interfacejava.util.function.Predicate<GolangDependency>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-