Uses of Interface
org.qdl_lang.util.aggregate.ProcessScalar
- 
Packages that use ProcessScalar Package Description org.qdl_lang.evaluate Evaluators evaluate the built-in functions for QDL as well as perform the usual algebraic operations.org.qdl_lang.extensions.crypto The cryptographic module.org.qdl_lang.util.aggregate Utilities for dealing with aggregates, i.e., sets and stems in QDL.
- 
- 
Uses of ProcessScalar in org.qdl_lang.evaluateClasses in org.qdl_lang.evaluate that implement ProcessScalar Modifier and Type Class Description static classSystemEvaluator.ReduceAll
- 
Uses of ProcessScalar in org.qdl_lang.extensions.cryptoClasses in org.qdl_lang.extensions.crypto that implement ProcessScalar Modifier and Type Class Description protected classCrypto.CodeChallenge.ProcessCodeChallengeclassCrypto.DoJWTVerifyprotected classCrypto.HexToB64.ProcessHexToB64protected classCrypto.IdentityEncryptDecryptclassCrypto.IdentityJWTprotected classCrypto.IdentitySymmetricDeorEncryptclassCrypto.ProcessB64ToHexclassCrypto.ProcessB64ToIntprotected classCrypto.ProcessHexToIntprotected classCrypto.ProcessIntToB64protected classCrypto.ProcessIntToHexprotected classCrypto.ReadOID.IdentityOIDS
- 
Uses of ProcessScalar in org.qdl_lang.util.aggregateClasses in org.qdl_lang.util.aggregate that implement ProcessScalar Modifier and Type Class Description classIdentityScalarImplBasic (identity) implementation ofProcessScalar, simply returns each argument unchanged.classNoOpScalarImplBasic implementation ofProcessScalarthat simply throws an exception for each argument.Methods in org.qdl_lang.util.aggregate with parameters of type ProcessScalar Modifier and Type Method Description static ObjectQDLAggregateUtil. process(QDLValue qdlValue, ProcessScalar processScalar)Top-level call for this set of utilities.static QDLSetQDLAggregateUtil. processSet(QDLSet<QDLValue> inSet, ProcessScalar processScalar)Process the elements in a set, including nested sets.static QDLStemQDLAggregateUtil. processStem(QDLStem inStem, List<Object> index, ProcessScalar processScalar)
 
-