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 TypeMethodDescriptionvoid
IntSynth.evaluateInt
(IntConsumer cons) This generator method yields the values of the synthesized attribute for every descendant ofobject
.void
IntSynth.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 TypeMethodDescriptionvoid
BooleanToIntGenerator.evaluateInt
(IntConsumer cons, boolean x) Generates the sequence of values for parameterx
.void
ByteToIntGenerator.evaluateInt
(IntConsumer cons, byte x) Generates the sequence of values for parameterx
.void
CharToIntGenerator.evaluateInt
(IntConsumer cons, char x) Generates the sequence of values for parameterx
.void
DoubleToIntGenerator.evaluateInt
(IntConsumer cons, double x) Generates the sequence of values for parameterx
.void
FloatToIntGenerator.evaluateInt
(IntConsumer cons, float x) Generates the sequence of values for parameterx
.void
IntToIntGenerator.evaluateInt
(IntConsumer cons, int x) Generates the sequence of values for parameterx
.void
LongToIntGenerator.evaluateInt
(IntConsumer cons, long x) Generates the sequence of values for parameterx
.void
ObjectToIntGenerator.evaluateInt
(IntConsumer cons, K x) Generates the sequence of values for parameterx
.void
ShortToIntGenerator.evaluateInt
(IntConsumer cons, short x) Generates the sequence of values for parameterx
.void
VoidToIntGenerator.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 TypeMethodDescriptionvoid
Query.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 TypeMethodDescriptionvoid
IntList.evaluateInt
(IntConsumer cons) This generator method yields all values tocons
.void
IntList.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 class
A descriptor for a later invocation of a routine in a given frame context.