Uses of Interface
de.grogra.xl.lang.ByteConsumer
Packages that use ByteConsumer
Package
Description
-
Uses of ByteConsumer in de.grogra.rgg
Methods in de.grogra.rgg with parameters of type ByteConsumerModifier and TypeMethodDescriptionvoidByteSynth.evaluateByte(ByteConsumer cons) This generator method yields the values of the synthesized attribute for every descendant ofobject.voidByteSynth.values(ByteConsumer cons) This method is an alias forByteSynth.evaluateByte(de.grogra.xl.lang.ByteConsumer). -
Uses of ByteConsumer in de.grogra.xl.lang
Methods in de.grogra.xl.lang with parameters of type ByteConsumerModifier and TypeMethodDescriptionvoidBooleanToByteGenerator.evaluateByte(ByteConsumer cons, boolean x) Generates the sequence of values for parameterx.voidByteToByteGenerator.evaluateByte(ByteConsumer cons, byte x) Generates the sequence of values for parameterx.voidCharToByteGenerator.evaluateByte(ByteConsumer cons, char x) Generates the sequence of values for parameterx.voidDoubleToByteGenerator.evaluateByte(ByteConsumer cons, double x) Generates the sequence of values for parameterx.voidFloatToByteGenerator.evaluateByte(ByteConsumer cons, float x) Generates the sequence of values for parameterx.voidIntToByteGenerator.evaluateByte(ByteConsumer cons, int x) Generates the sequence of values for parameterx.voidLongToByteGenerator.evaluateByte(ByteConsumer cons, long x) Generates the sequence of values for parameterx.voidObjectToByteGenerator.evaluateByte(ByteConsumer cons, K x) Generates the sequence of values for parameterx.voidShortToByteGenerator.evaluateByte(ByteConsumer cons, short x) Generates the sequence of values for parameterx.voidVoidToByteGenerator.evaluateByte(ByteConsumer cons) Generates the sequence of values. -
Uses of ByteConsumer in de.grogra.xl.query
Methods in de.grogra.xl.query with parameters of type ByteConsumerModifier and TypeMethodDescriptionvoidQuery.findByteMatches(ByteConsumer cons, Frame frame, QueryState qs) -
Uses of ByteConsumer in de.grogra.xl.util
Classes in de.grogra.xl.util that implement ByteConsumerMethods in de.grogra.xl.util with parameters of type ByteConsumerModifier and TypeMethodDescriptionvoidByteList.evaluateByte(ByteConsumer cons) This generator method yields all values tocons.voidByteList.values(ByteConsumer cons) This method is an alias forByteList.evaluateByte(de.grogra.xl.lang.ByteConsumer). -
Uses of ByteConsumer in de.grogra.xl.vmx
Classes in de.grogra.xl.vmx that implement ByteConsumerModifier and TypeClassDescriptionfinal classA descriptor for a later invocation of a routine in a given frame context.