Uses of Interface
io.dialob.session.engine.program.expr.arith.ConditionalListOperator
Packages that use ConditionalListOperator
-
Uses of ConditionalListOperator in io.dialob.session.engine.program.expr.arith
Subinterfaces of ConditionalListOperator in io.dialob.session.engine.program.expr.arithClasses in io.dialob.session.engine.program.expr.arith that implement ConditionalListOperatorModifier and TypeClassDescriptionfinal classImmutable implementation ofConditionalListOperator.Methods in io.dialob.session.engine.program.expr.arith with parameters of type ConditionalListOperatorModifier and TypeMethodDescriptionstatic <T> ImmutableConditionalListOperator<T> ImmutableConditionalListOperator.copyOf(ConditionalListOperator<T> instance) Creates an immutable copy of aConditionalListOperatorvalue.ImmutableConditionalListOperator.Builder.from(ConditionalListOperator<T> instance) Fill a builder with attribute values from the providedConditionalListOperatorinstance.