Package cz.diribet.aqdef.model
Interface AqdefObjectModel.ValuePredicate
-
- Enclosing class:
- AqdefObjectModel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AqdefObjectModel.ValuePredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(AqdefObjectModel.PartEntries part, AqdefObjectModel.CharacteristicEntries characteristic, AqdefObjectModel.ValueEntries value)
-
-
-
Method Detail
-
test
boolean test(AqdefObjectModel.PartEntries part, AqdefObjectModel.CharacteristicEntries characteristic, AqdefObjectModel.ValueEntries value)
-
-