Uses of Interface
org.qdl_lang.util.aggregate.ProcessStemValues
- 
Packages that use ProcessStemValues 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.org.qdl_lang.variables Variables in QDL and classes that support them.
- 
- 
Uses of ProcessStemValues in org.qdl_lang.evaluateClasses in org.qdl_lang.evaluate that implement ProcessStemValues Modifier and Type Class Description static classStemEvaluator.ARForEachImplstatic classStemEvaluator.SizeOfstatic classSystemEvaluator.ReduceAll
- 
Uses of ProcessStemValues in org.qdl_lang.extensions.cryptoClasses in org.qdl_lang.extensions.crypto that implement ProcessStemValues 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 ProcessStemValues in org.qdl_lang.util.aggregateSubinterfaces of ProcessStemValues in org.qdl_lang.util.aggregate Modifier and Type Interface Description interfaceProcessScalarProcessing interface for stems and sets.interfaceProcessStemAxisRestrictionProcess a stem but only to a specific rank.Classes in org.qdl_lang.util.aggregate that implement ProcessStemValues Modifier and Type Class Description classAbstractIdentityStemProcessclassAbstractNoOpStemImplNo operations allowed implementation.classAxisRestrictionIdentityclassAxisRestrictionNoOpclassIdentityScalarImplBasic (identity) implementation ofProcessScalar, simply returns each argument unchanged.classNoOpScalarImplBasic implementation ofProcessScalarthat simply throws an exception for each argument.
- 
Uses of ProcessStemValues in org.qdl_lang.variablesClasses in org.qdl_lang.variables that implement ProcessStemValues Modifier and Type Class Description static classQDLStem.ARGetkeysstatic classQDLStem.SizeOf
 
-