Uses of Interface
net.hydromatic.morel.util.TriConsumer
Packages that use TriConsumer
Package
Description
Validates programs (represented as
AstNode),
deduces their type, and compiles them into code that can be evaluated.-
Uses of TriConsumer in net.hydromatic.morel.compile
Classes in net.hydromatic.morel.compile that implement TriConsumerModifier and TypeClassDescriptionprivate classContains aTypeResolver.TypeEnvand adds to it by callingTypeResolver.TypeEnv.bind(String, Kind, Function).Methods in net.hydromatic.morel.compile with parameters of type TriConsumerModifier and TypeMethodDescriptionvoidEnvironment.forEachType(TypeSystem typeSystem, TriConsumer<String, Binding.Kind, Type> consumer) Calls a consumer for each variable and its type.private voidExtents.Extent.g4(BuiltIn builtIn, Core.Exp arg0, Core.Exp arg1, TriConsumer<Core.Pat, Core.Exp, Core.Exp> consumer) private voidExtents.Extent.g5(BuiltIn builtIn, Core.Exp arg0, Core.Exp arg1, TriConsumer<Core.Pat, Core.Exp, Core.Exp> consumer)