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 TypeMethodDescriptionvoidLongSynth.evaluateLong(LongConsumer cons) This generator method yields the values of the synthesized attribute for every descendant ofobject.voidLongSynth.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 TypeMethodDescriptionvoidBooleanToLongGenerator.evaluateLong(LongConsumer cons, boolean x) Generates the sequence of values for parameterx.voidByteToLongGenerator.evaluateLong(LongConsumer cons, byte x) Generates the sequence of values for parameterx.voidCharToLongGenerator.evaluateLong(LongConsumer cons, char x) Generates the sequence of values for parameterx.voidDoubleToLongGenerator.evaluateLong(LongConsumer cons, double x) Generates the sequence of values for parameterx.voidFloatToLongGenerator.evaluateLong(LongConsumer cons, float x) Generates the sequence of values for parameterx.voidIntToLongGenerator.evaluateLong(LongConsumer cons, int x) Generates the sequence of values for parameterx.voidLongToLongGenerator.evaluateLong(LongConsumer cons, long x) Generates the sequence of values for parameterx.voidObjectToLongGenerator.evaluateLong(LongConsumer cons, K x) Generates the sequence of values for parameterx.voidShortToLongGenerator.evaluateLong(LongConsumer cons, short x) Generates the sequence of values for parameterx.voidVoidToLongGenerator.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 TypeMethodDescriptionvoidQuery.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 TypeMethodDescriptionvoidLongList.evaluateLong(LongConsumer cons) This generator method yields all values tocons.voidLongList.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 classA descriptor for a later invocation of a routine in a given frame context.