Class AtomicTypePredicate
- java.lang.Object
-
- de.hybris.platform.cms2.version.predicate.AtomicTypePredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<VersionAttributeDescriptor>
public class AtomicTypePredicate extends java.lang.Object implements java.util.function.Predicate<VersionAttributeDescriptor>
Predicate to identify if an attribute type that is not assignable fromItemModeltype. These could be either @AtomicType or @MapType.
-
-
Constructor Summary
Constructors Constructor Description AtomicTypePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(VersionAttributeDescriptor versionAttributeDescriptor)
-
-
-
Method Detail
-
test
public boolean test(VersionAttributeDescriptor versionAttributeDescriptor)
- Specified by:
testin interfacejava.util.function.Predicate<VersionAttributeDescriptor>
-
-