Uses of Interface
de.grogra.xl.lang.ShortConsumer
Package
Description
-
Uses of ShortConsumer in de.grogra.rgg
Modifier and TypeMethodDescriptionvoid
ShortSynth.evaluateShort
(ShortConsumer cons) This generator method yields the values of the synthesized attribute for every descendant ofobject
.void
ShortSynth.values
(ShortConsumer cons) This method is an alias forShortSynth.evaluateShort(de.grogra.xl.lang.ShortConsumer)
. -
Uses of ShortConsumer in de.grogra.xl.lang
Modifier and TypeMethodDescriptionvoid
BooleanToShortGenerator.evaluateShort
(ShortConsumer cons, boolean x) Generates the sequence of values for parameterx
.void
ByteToShortGenerator.evaluateShort
(ShortConsumer cons, byte x) Generates the sequence of values for parameterx
.void
CharToShortGenerator.evaluateShort
(ShortConsumer cons, char x) Generates the sequence of values for parameterx
.void
DoubleToShortGenerator.evaluateShort
(ShortConsumer cons, double x) Generates the sequence of values for parameterx
.void
FloatToShortGenerator.evaluateShort
(ShortConsumer cons, float x) Generates the sequence of values for parameterx
.void
IntToShortGenerator.evaluateShort
(ShortConsumer cons, int x) Generates the sequence of values for parameterx
.void
LongToShortGenerator.evaluateShort
(ShortConsumer cons, long x) Generates the sequence of values for parameterx
.void
ObjectToShortGenerator.evaluateShort
(ShortConsumer cons, K x) Generates the sequence of values for parameterx
.void
ShortToShortGenerator.evaluateShort
(ShortConsumer cons, short x) Generates the sequence of values for parameterx
.void
VoidToShortGenerator.evaluateShort
(ShortConsumer cons) Generates the sequence of values. -
Uses of ShortConsumer in de.grogra.xl.query
Modifier and TypeMethodDescriptionvoid
Query.findShortMatches
(ShortConsumer cons, Frame frame, QueryState qs) -
Uses of ShortConsumer in de.grogra.xl.util
Modifier and TypeMethodDescriptionvoid
ShortList.evaluateShort
(ShortConsumer cons) This generator method yields all values tocons
.void
ShortList.values
(ShortConsumer cons) This method is an alias forShortList.evaluateShort(de.grogra.xl.lang.ShortConsumer)
. -
Uses of ShortConsumer in de.grogra.xl.vmx
Modifier and TypeClassDescriptionfinal class
A descriptor for a later invocation of a routine in a given frame context.