Uses of Interface
io.dialob.program.expr.arith.MatchesOperator
-
Packages that use MatchesOperator Package Description io.dialob.program.expr.arith -
-
Uses of MatchesOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement MatchesOperator Modifier and Type Class Description classImmutableMatchesOperatorImmutable implementation ofMatchesOperator.Methods in io.dialob.program.expr.arith with parameters of type MatchesOperator Modifier and Type Method Description static ImmutableMatchesOperatorImmutableMatchesOperator. copyOf(MatchesOperator instance)Creates an immutable copy of aMatchesOperatorvalue.ImmutableMatchesOperator.BuilderImmutableMatchesOperator.Builder. from(MatchesOperator instance)Fill a builder with attribute values from the providedMatchesOperatorinstance.
-