Uses of Class
org.qubership.atp.dataset.macros.args.CtxValueSup
Packages that use CtxValueSup
-
Uses of CtxValueSup in org.qubership.atp.dataset.macros.args
Methods in org.qubership.atp.dataset.macros.args that return CtxValueSupModifier and TypeMethodDescriptionstatic CtxValueSup<DataSet> CtxValueSup.ds()static CtxValueSup<DataSetList> CtxValueSup.dsl()static <O extends Identified & Named>
CtxValueSup<O> CtxValueSup.ofInstance(ReferenceAliasType<O> type, O instance) Methods in org.qubership.atp.dataset.macros.args with parameters of type CtxValueSupModifier and TypeMethodDescriptionstatic <T extends Named & Identified>
RefArg.Context<T> RefArg.of(ReferenceAliasType<T> refType, CtxValueSup<? extends T> valueSup) Used to create arg in runtime.