Uses of Interface
de.grogra.xl.lang.IntConsumer
Packages that use IntConsumer
Package
Description
-
Uses of IntConsumer in de.grogra.rgg
Methods in de.grogra.rgg with parameters of type IntConsumerModifier and TypeMethodDescriptionvoidIntSynth.evaluateInt(IntConsumer cons) This generator method yields the values of the synthesized attribute for every descendant ofobject.voidIntSynth.values(IntConsumer cons) This method is an alias forIntSynth.evaluateInt(de.grogra.xl.lang.IntConsumer). -
Uses of IntConsumer in de.grogra.xl.lang
Methods in de.grogra.xl.lang with parameters of type IntConsumerModifier and TypeMethodDescriptionvoidBooleanToIntGenerator.evaluateInt(IntConsumer cons, boolean x) Generates the sequence of values for parameterx.voidByteToIntGenerator.evaluateInt(IntConsumer cons, byte x) Generates the sequence of values for parameterx.voidCharToIntGenerator.evaluateInt(IntConsumer cons, char x) Generates the sequence of values for parameterx.voidDoubleToIntGenerator.evaluateInt(IntConsumer cons, double x) Generates the sequence of values for parameterx.voidFloatToIntGenerator.evaluateInt(IntConsumer cons, float x) Generates the sequence of values for parameterx.voidIntToIntGenerator.evaluateInt(IntConsumer cons, int x) Generates the sequence of values for parameterx.voidLongToIntGenerator.evaluateInt(IntConsumer cons, long x) Generates the sequence of values for parameterx.voidObjectToIntGenerator.evaluateInt(IntConsumer cons, K x) Generates the sequence of values for parameterx.voidShortToIntGenerator.evaluateInt(IntConsumer cons, short x) Generates the sequence of values for parameterx.voidVoidToIntGenerator.evaluateInt(IntConsumer cons) Generates the sequence of values. -
Uses of IntConsumer in de.grogra.xl.query
Methods in de.grogra.xl.query with parameters of type IntConsumerModifier and TypeMethodDescriptionvoidQuery.findIntMatches(IntConsumer cons, Frame frame, QueryState qs) -
Uses of IntConsumer in de.grogra.xl.util
Classes in de.grogra.xl.util that implement IntConsumerMethods in de.grogra.xl.util with parameters of type IntConsumerModifier and TypeMethodDescriptionvoidIntList.evaluateInt(IntConsumer cons) This generator method yields all values tocons.voidIntList.values(IntConsumer cons) This method is an alias forIntList.evaluateInt(de.grogra.xl.lang.IntConsumer). -
Uses of IntConsumer in de.grogra.xl.vmx
Classes in de.grogra.xl.vmx that implement IntConsumerModifier and TypeClassDescriptionfinal classA descriptor for a later invocation of a routine in a given frame context.