Uses of Interface
de.grogra.xl.lang.IntConsumer
Package
Description
-
Uses of IntConsumer in de.grogra.rgg
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
Query.findIntMatches
(IntConsumer cons, Frame frame, QueryState qs) -
Uses of IntConsumer in de.grogra.xl.util
Modifier 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
Modifier and TypeClassDescriptionfinal class
A descriptor for a later invocation of a routine in a given frame context.