Uses of Interface
de.grogra.xl.lang.LongConsumer
Packages that use LongConsumer
Package
Description
-
Uses of LongConsumer in de.grogra.rgg
Methods in de.grogra.rgg with parameters of type LongConsumerModifier and TypeMethodDescriptionvoid
LongSynth.evaluateLong
(LongConsumer cons) This generator method yields the values of the synthesized attribute for every descendant ofobject
.void
LongSynth.values
(LongConsumer cons) This method is an alias forLongSynth.evaluateLong(de.grogra.xl.lang.LongConsumer)
. -
Uses of LongConsumer in de.grogra.xl.lang
Methods in de.grogra.xl.lang with parameters of type LongConsumerModifier and TypeMethodDescriptionvoid
BooleanToLongGenerator.evaluateLong
(LongConsumer cons, boolean x) Generates the sequence of values for parameterx
.void
ByteToLongGenerator.evaluateLong
(LongConsumer cons, byte x) Generates the sequence of values for parameterx
.void
CharToLongGenerator.evaluateLong
(LongConsumer cons, char x) Generates the sequence of values for parameterx
.void
DoubleToLongGenerator.evaluateLong
(LongConsumer cons, double x) Generates the sequence of values for parameterx
.void
FloatToLongGenerator.evaluateLong
(LongConsumer cons, float x) Generates the sequence of values for parameterx
.void
IntToLongGenerator.evaluateLong
(LongConsumer cons, int x) Generates the sequence of values for parameterx
.void
LongToLongGenerator.evaluateLong
(LongConsumer cons, long x) Generates the sequence of values for parameterx
.void
ObjectToLongGenerator.evaluateLong
(LongConsumer cons, K x) Generates the sequence of values for parameterx
.void
ShortToLongGenerator.evaluateLong
(LongConsumer cons, short x) Generates the sequence of values for parameterx
.void
VoidToLongGenerator.evaluateLong
(LongConsumer cons) Generates the sequence of values. -
Uses of LongConsumer in de.grogra.xl.query
Methods in de.grogra.xl.query with parameters of type LongConsumerModifier and TypeMethodDescriptionvoid
Query.findLongMatches
(LongConsumer cons, Frame frame, QueryState qs) -
Uses of LongConsumer in de.grogra.xl.util
Classes in de.grogra.xl.util that implement LongConsumerMethods in de.grogra.xl.util with parameters of type LongConsumerModifier and TypeMethodDescriptionvoid
LongList.evaluateLong
(LongConsumer cons) This generator method yields all values tocons
.void
LongList.values
(LongConsumer cons) This method is an alias forLongList.evaluateLong(de.grogra.xl.lang.LongConsumer)
. -
Uses of LongConsumer in de.grogra.xl.vmx
Classes in de.grogra.xl.vmx that implement LongConsumerModifier and TypeClassDescriptionfinal class
A descriptor for a later invocation of a routine in a given frame context.