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 TypeMethodDescriptionvoid
ByteSynth.evaluateByte
(ByteConsumer cons) This generator method yields the values of the synthesized attribute for every descendant ofobject
.void
ByteSynth.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 TypeMethodDescriptionvoid
BooleanToByteGenerator.evaluateByte
(ByteConsumer cons, boolean x) Generates the sequence of values for parameterx
.void
ByteToByteGenerator.evaluateByte
(ByteConsumer cons, byte x) Generates the sequence of values for parameterx
.void
CharToByteGenerator.evaluateByte
(ByteConsumer cons, char x) Generates the sequence of values for parameterx
.void
DoubleToByteGenerator.evaluateByte
(ByteConsumer cons, double x) Generates the sequence of values for parameterx
.void
FloatToByteGenerator.evaluateByte
(ByteConsumer cons, float x) Generates the sequence of values for parameterx
.void
IntToByteGenerator.evaluateByte
(ByteConsumer cons, int x) Generates the sequence of values for parameterx
.void
LongToByteGenerator.evaluateByte
(ByteConsumer cons, long x) Generates the sequence of values for parameterx
.void
ObjectToByteGenerator.evaluateByte
(ByteConsumer cons, K x) Generates the sequence of values for parameterx
.void
ShortToByteGenerator.evaluateByte
(ByteConsumer cons, short x) Generates the sequence of values for parameterx
.void
VoidToByteGenerator.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 TypeMethodDescriptionvoid
Query.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 TypeMethodDescriptionvoid
ByteList.evaluateByte
(ByteConsumer cons) This generator method yields all values tocons
.void
ByteList.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 class
A descriptor for a later invocation of a routine in a given frame context.