Uses of Interface
io.dialob.program.expr.arith.ConditionalListOperator
-
Packages that use ConditionalListOperator Package Description io.dialob.program.expr.arith -
-
Uses of ConditionalListOperator in io.dialob.program.expr.arith
Subinterfaces of ConditionalListOperator in io.dialob.program.expr.arith Modifier and Type Interface Description interfaceAvailableItemsListOperatorClasses in io.dialob.program.expr.arith that implement ConditionalListOperator Modifier and Type Class Description classImmutableConditionalListOperator<T>Immutable implementation ofConditionalListOperator.Methods in io.dialob.program.expr.arith with parameters of type ConditionalListOperator Modifier and Type Method Description static <T> ImmutableConditionalListOperator<T>ImmutableConditionalListOperator. copyOf(ConditionalListOperator<T> instance)Creates an immutable copy of aConditionalListOperatorvalue.ImmutableConditionalListOperator.Builder<T>ImmutableConditionalListOperator.Builder. from(ConditionalListOperator<T> instance)Fill a builder with attribute values from the providedConditionalListOperatorinstance.
-