Uses of Class
net.hydromatic.morel.eval.ApplicableImpl
-
Packages that use ApplicableImpl Package Description net.hydromatic.morel.eval Evaluates expressions. -
-
Uses of ApplicableImpl in net.hydromatic.morel.eval
Subclasses of ApplicableImpl in net.hydromatic.morel.eval Modifier and Type Class Description classApplicable2<R,A0,A1>Applicable whose argument is a 3-tuple.classApplicable3<R,A0,A1,A2>Applicable whose argument is a 3-tuple.private static classCodes.InteractUseImplementsBuiltIn.INTERACT_USE.private static classCodes.ListHdImplementsBuiltIn.LIST_HD.private static classCodes.ListLastImplementsBuiltIn.LIST_LAST.private static classCodes.ListNthImplementsBuiltIn.LIST_NTHandBuiltIn.VECTOR_SUB.private static classCodes.ListTabulateImplementsBuiltIn.LIST_TABULATE.private static classCodes.ListTakeImplementsBuiltIn.LIST_TAKE.private static classCodes.ListTlImplementsBuiltIn.LIST_TL.private static classCodes.OptionValOfImplementsBuiltIn.OPTION_VAL_OF.private static classCodes.RealCheckFloatImplementsBuiltIn.REAL_CHECK_FLOAT.private static classCodes.RealCompareImplementsBuiltIn.REAL_COMPARE.private static classCodes.RealSignImplementsBuiltIn.REAL_COMPARE.private static classCodes.RelationalOnlyImplementsBuiltIn.RELATIONAL_ONLY.private static classCodes.StringConcatImplementsBuiltIn.STRING_CONCAT.private static classCodes.StringConcatWithImplementsBuiltIn.STRING_CONCAT_WITH.private static classCodes.StringExtractImplementsBuiltIn.STRING_SUB.private static classCodes.StringSubImplementsBuiltIn.STRING_SUB.private static classCodes.StringSubstringImplementsBuiltIn.STRING_SUBSTRING.private static classCodes.VectorUpdateImplementsBuiltIn.VECTOR_UPDATE.Methods in net.hydromatic.morel.eval that return ApplicableImpl Modifier and Type Method Description private static ApplicableImplCodes. all(BuiltIn builtIn)private static ApplicableImplCodes. collate(BuiltIn builtIn)private static ApplicableImplCodes. exists(BuiltIn builtIn)private static ApplicableImplCodes. find(BuiltIn builtIn)private static ApplicableImplCodes. isEmpty(BuiltIn builtIn)private static ApplicableImplCodes. isNotEmpty(BuiltIn builtIn)private static ApplicableImplCodes. length(BuiltIn builtIn)private static ApplicableImplCodes. union(BuiltIn builtIn)
-