Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableMatchesOperator
Packages that use ImmutableMatchesOperator
-
Uses of ImmutableMatchesOperator in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableMatchesOperatorModifier and TypeMethodDescriptionImmutableMatchesOperator.Builder.build()Builds a newImmutableMatchesOperator.static ImmutableMatchesOperatorImmutableMatchesOperator.copyOf(MatchesOperator instance) Creates an immutable copy of aMatchesOperatorvalue.static ImmutableMatchesOperatorImmutableMatchesOperator.of(Expression lhs, Expression rhs) Construct a new immutableMatchesOperatorinstance.final ImmutableMatchesOperatorImmutableMatchesOperator.withLhs(Expression value) Copy the current immutable object by setting a value for thelhsattribute.final ImmutableMatchesOperatorImmutableMatchesOperator.withRhs(Expression value) Copy the current immutable object by setting a value for therhsattribute.