Uses of Interface
org.instancio.GivenOriginPredicate
Packages that use GivenOriginPredicate
-
Uses of GivenOriginPredicate in org.instancio
Subinterfaces of GivenOriginPredicate in org.instancioModifier and TypeInterfaceDescriptioninterfaceDefines optional methods that can be chained toAssign.given(TargetSelector, TargetSelector)builder expression.Methods in org.instancio that return GivenOriginPredicateModifier and TypeMethodDescriptionGivenOrigin.is(T value) Checks if the origin value is equal to givenvalueusingObjects.equals(Object, Object).GivenOrigin.isIn(T... values) Checks if the origin value is equal to any of givenvaluesusingObjects.equals(Object, Object).GivenOrigin.isNot(T value) Checks if the origin value is not equal to givenvalueusingObjects.equals(Object, Object).Checks if the origin value matched satisfies givenpredicate.