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