Module xl.core
Package de.grogra.xl.lang
package de.grogra.xl.lang
-
ClassDescriptionAn instance of
Aggregate
is used in aggregate method invocations as specified by the XL programming language.An instance ofAggregateState
is used in aggregate method invocations as specified by the XL programming language.If the compiler flag EnableAutoconversionAnnotation is enabled, only functions tagged with this annotation are subject to autoconversion.BooleanAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type boolean.BooleanConsumer
is a callback interface.BooleanFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type boolean.Instances ofBooleanToBoolean
represent functions which takeboolean
s as input and return values of typeboolean
.Instances ofBooleanToBooleanGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typeboolean
.Instances ofBooleanToByte
represent functions which takeboolean
s as input and return values of typebyte
.Instances ofBooleanToByteGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typebyte
.Instances ofBooleanToChar
represent functions which takeboolean
s as input and return values of typechar
.Instances ofBooleanToCharGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typechar
.Instances ofBooleanToDouble
represent functions which takeboolean
s as input and return values of typedouble
.Instances ofBooleanToDoubleGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typedouble
.Instances ofBooleanToFloat
represent functions which takeboolean
s as input and return values of typefloat
.Instances ofBooleanToFloatGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typefloat
.Instances ofBooleanToInt
represent functions which takeboolean
s as input and return values of typeint
.Instances ofBooleanToIntGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typeint
.Instances ofBooleanToLong
represent functions which takeboolean
s as input and return values of typelong
.Instances ofBooleanToLongGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typelong
.Instances ofBooleanToObject
represent functions which takeboolean
s as input and return values of typeV
.Instances ofBooleanToObjectGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typeV
.Instances ofBooleanToShort
represent functions which takeboolean
s as input and return values of typeshort
.Instances ofBooleanToShortGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typeshort
.Instances ofBooleanToVoid
represent functions which takeboolean
s as input and return values of typevoid
.Instances ofBooleanToVoidGenerator
represent generator functions which takeboolean
s as input and yield sequences of values of typevoid
.ByteAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type byte.ByteConsumer
is a callback interface.ByteFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type byte.Instances ofByteToBoolean
represent functions which takebyte
s as input and return values of typeboolean
.Instances ofByteToBooleanGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typeboolean
.Instances ofByteToByte
represent functions which takebyte
s as input and return values of typebyte
.Instances ofByteToByteGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typebyte
.Instances ofByteToChar
represent functions which takebyte
s as input and return values of typechar
.Instances ofByteToCharGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typechar
.Instances ofByteToDouble
represent functions which takebyte
s as input and return values of typedouble
.Instances ofByteToDoubleGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typedouble
.Instances ofByteToFloat
represent functions which takebyte
s as input and return values of typefloat
.Instances ofByteToFloatGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typefloat
.Instances ofByteToInt
represent functions which takebyte
s as input and return values of typeint
.Instances ofByteToIntGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typeint
.Instances ofByteToLong
represent functions which takebyte
s as input and return values of typelong
.Instances ofByteToLongGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typelong
.ByteToObject<V>Instances ofByteToObject
represent functions which takebyte
s as input and return values of typeV
.Instances ofByteToObjectGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typeV
.Instances ofByteToShort
represent functions which takebyte
s as input and return values of typeshort
.Instances ofByteToShortGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typeshort
.Instances ofByteToVoid
represent functions which takebyte
s as input and return values of typevoid
.Instances ofByteToVoidGenerator
represent generator functions which takebyte
s as input and yield sequences of values of typevoid
.CharAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type char.CharConsumer
is a callback interface.CharFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type char.Instances ofCharToBoolean
represent functions which takechar
s as input and return values of typeboolean
.Instances ofCharToBooleanGenerator
represent generator functions which takechar
s as input and yield sequences of values of typeboolean
.Instances ofCharToByte
represent functions which takechar
s as input and return values of typebyte
.Instances ofCharToByteGenerator
represent generator functions which takechar
s as input and yield sequences of values of typebyte
.Instances ofCharToChar
represent functions which takechar
s as input and return values of typechar
.Instances ofCharToCharGenerator
represent generator functions which takechar
s as input and yield sequences of values of typechar
.Instances ofCharToDouble
represent functions which takechar
s as input and return values of typedouble
.Instances ofCharToDoubleGenerator
represent generator functions which takechar
s as input and yield sequences of values of typedouble
.Instances ofCharToFloat
represent functions which takechar
s as input and return values of typefloat
.Instances ofCharToFloatGenerator
represent generator functions which takechar
s as input and yield sequences of values of typefloat
.Instances ofCharToInt
represent functions which takechar
s as input and return values of typeint
.Instances ofCharToIntGenerator
represent generator functions which takechar
s as input and yield sequences of values of typeint
.Instances ofCharToLong
represent functions which takechar
s as input and return values of typelong
.Instances ofCharToLongGenerator
represent generator functions which takechar
s as input and yield sequences of values of typelong
.CharToObject<V>Instances ofCharToObject
represent functions which takechar
s as input and return values of typeV
.Instances ofCharToObjectGenerator
represent generator functions which takechar
s as input and yield sequences of values of typeV
.Instances ofCharToShort
represent functions which takechar
s as input and return values of typeshort
.Instances ofCharToShortGenerator
represent generator functions which takechar
s as input and yield sequences of values of typeshort
.Instances ofCharToVoid
represent functions which takechar
s as input and return values of typevoid
.Instances ofCharToVoidGenerator
represent generator functions which takechar
s as input and yield sequences of values of typevoid
.DoubleAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type double.DoubleConsumer
is a callback interface.DoubleFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type double.Instances ofDoubleToBoolean
represent functions which takedouble
s as input and return values of typeboolean
.Instances ofDoubleToBooleanGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typeboolean
.Instances ofDoubleToByte
represent functions which takedouble
s as input and return values of typebyte
.Instances ofDoubleToByteGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typebyte
.Instances ofDoubleToChar
represent functions which takedouble
s as input and return values of typechar
.Instances ofDoubleToCharGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typechar
.Instances ofDoubleToDouble
represent functions which takedouble
s as input and return values of typedouble
.Instances ofDoubleToDoubleGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typedouble
.Instances ofDoubleToFloat
represent functions which takedouble
s as input and return values of typefloat
.Instances ofDoubleToFloatGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typefloat
.Instances ofDoubleToInt
represent functions which takedouble
s as input and return values of typeint
.Instances ofDoubleToIntGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typeint
.Instances ofDoubleToLong
represent functions which takedouble
s as input and return values of typelong
.Instances ofDoubleToLongGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typelong
.Instances ofDoubleToObject
represent functions which takedouble
s as input and return values of typeV
.Instances ofDoubleToObjectGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typeV
.Instances ofDoubleToShort
represent functions which takedouble
s as input and return values of typeshort
.Instances ofDoubleToShortGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typeshort
.Instances ofDoubleToVoid
represent functions which takedouble
s as input and return values of typevoid
.Instances ofDoubleToVoidGenerator
represent generator functions which takedouble
s as input and yield sequences of values of typevoid
.An instance ofFilter
is used in filter method invocations as specified by the XL programming language.An instance ofFilterState
is used in filter method invocations as specified by the XL programming language.FloatAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type float.FloatConsumer
is a callback interface.FloatFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type float.Instances ofFloatToBoolean
represent functions which takefloat
s as input and return values of typeboolean
.Instances ofFloatToBooleanGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typeboolean
.Instances ofFloatToByte
represent functions which takefloat
s as input and return values of typebyte
.Instances ofFloatToByteGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typebyte
.Instances ofFloatToChar
represent functions which takefloat
s as input and return values of typechar
.Instances ofFloatToCharGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typechar
.Instances ofFloatToDouble
represent functions which takefloat
s as input and return values of typedouble
.Instances ofFloatToDoubleGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typedouble
.Instances ofFloatToFloat
represent functions which takefloat
s as input and return values of typefloat
.Instances ofFloatToFloatGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typefloat
.Instances ofFloatToInt
represent functions which takefloat
s as input and return values of typeint
.Instances ofFloatToIntGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typeint
.Instances ofFloatToLong
represent functions which takefloat
s as input and return values of typelong
.Instances ofFloatToLongGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typelong
.Instances ofFloatToObject
represent functions which takefloat
s as input and return values of typeV
.Instances ofFloatToObjectGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typeV
.Instances ofFloatToShort
represent functions which takefloat
s as input and return values of typeshort
.Instances ofFloatToShortGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typeshort
.Instances ofFloatToVoid
represent functions which takefloat
s as input and return values of typevoid
.Instances ofFloatToVoidGenerator
represent generator functions which takefloat
s as input and yield sequences of values of typevoid
.IntAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type int.IntConsumer
is a callback interface.IntFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type int.Instances ofIntToBoolean
represent functions which takeint
s as input and return values of typeboolean
.Instances ofIntToBooleanGenerator
represent generator functions which takeint
s as input and yield sequences of values of typeboolean
.Instances ofIntToByte
represent functions which takeint
s as input and return values of typebyte
.Instances ofIntToByteGenerator
represent generator functions which takeint
s as input and yield sequences of values of typebyte
.Instances ofIntToChar
represent functions which takeint
s as input and return values of typechar
.Instances ofIntToCharGenerator
represent generator functions which takeint
s as input and yield sequences of values of typechar
.Instances ofIntToDouble
represent functions which takeint
s as input and return values of typedouble
.Instances ofIntToDoubleGenerator
represent generator functions which takeint
s as input and yield sequences of values of typedouble
.Instances ofIntToFloat
represent functions which takeint
s as input and return values of typefloat
.Instances ofIntToFloatGenerator
represent generator functions which takeint
s as input and yield sequences of values of typefloat
.Instances ofIntToInt
represent functions which takeint
s as input and return values of typeint
.Instances ofIntToIntGenerator
represent generator functions which takeint
s as input and yield sequences of values of typeint
.Instances ofIntToLong
represent functions which takeint
s as input and return values of typelong
.Instances ofIntToLongGenerator
represent generator functions which takeint
s as input and yield sequences of values of typelong
.IntToObject<V>Instances ofIntToObject
represent functions which takeint
s as input and return values of typeV
.Instances ofIntToObjectGenerator
represent generator functions which takeint
s as input and yield sequences of values of typeV
.Instances ofIntToShort
represent functions which takeint
s as input and return values of typeshort
.Instances ofIntToShortGenerator
represent generator functions which takeint
s as input and yield sequences of values of typeshort
.Instances ofIntToVoid
represent functions which takeint
s as input and return values of typevoid
.Instances ofIntToVoidGenerator
represent generator functions which takeint
s as input and yield sequences of values of typevoid
.LongAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type long.LongConsumer
is a callback interface.LongFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type long.Instances ofLongToBoolean
represent functions which takelong
s as input and return values of typeboolean
.Instances ofLongToBooleanGenerator
represent generator functions which takelong
s as input and yield sequences of values of typeboolean
.Instances ofLongToByte
represent functions which takelong
s as input and return values of typebyte
.Instances ofLongToByteGenerator
represent generator functions which takelong
s as input and yield sequences of values of typebyte
.Instances ofLongToChar
represent functions which takelong
s as input and return values of typechar
.Instances ofLongToCharGenerator
represent generator functions which takelong
s as input and yield sequences of values of typechar
.Instances ofLongToDouble
represent functions which takelong
s as input and return values of typedouble
.Instances ofLongToDoubleGenerator
represent generator functions which takelong
s as input and yield sequences of values of typedouble
.Instances ofLongToFloat
represent functions which takelong
s as input and return values of typefloat
.Instances ofLongToFloatGenerator
represent generator functions which takelong
s as input and yield sequences of values of typefloat
.Instances ofLongToInt
represent functions which takelong
s as input and return values of typeint
.Instances ofLongToIntGenerator
represent generator functions which takelong
s as input and yield sequences of values of typeint
.Instances ofLongToLong
represent functions which takelong
s as input and return values of typelong
.Instances ofLongToLongGenerator
represent generator functions which takelong
s as input and yield sequences of values of typelong
.LongToObject<V>Instances ofLongToObject
represent functions which takelong
s as input and return values of typeV
.Instances ofLongToObjectGenerator
represent generator functions which takelong
s as input and yield sequences of values of typeV
.Instances ofLongToShort
represent functions which takelong
s as input and return values of typeshort
.Instances ofLongToShortGenerator
represent generator functions which takelong
s as input and yield sequences of values of typeshort
.Instances ofLongToVoid
represent functions which takelong
s as input and return values of typevoid
.Instances ofLongToVoidGenerator
represent generator functions which takelong
s as input and yield sequences of values of typevoid
.ObjectAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type T.ObjectConsumer
is a callback interface.ObjectFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type T.Instances ofObjectToBoolean
represent functions which takeK
s as input and return values of typeboolean
.Instances ofObjectToBooleanGenerator
represent generator functions which takeK
s as input and yield sequences of values of typeboolean
.ObjectToByte<K>Instances ofObjectToByte
represent functions which takeK
s as input and return values of typebyte
.Instances ofObjectToByteGenerator
represent generator functions which takeK
s as input and yield sequences of values of typebyte
.ObjectToChar<K>Instances ofObjectToChar
represent functions which takeK
s as input and return values of typechar
.Instances ofObjectToCharGenerator
represent generator functions which takeK
s as input and yield sequences of values of typechar
.Instances ofObjectToDouble
represent functions which takeK
s as input and return values of typedouble
.Instances ofObjectToDoubleGenerator
represent generator functions which takeK
s as input and yield sequences of values of typedouble
.Instances ofObjectToFloat
represent functions which takeK
s as input and return values of typefloat
.Instances ofObjectToFloatGenerator
represent generator functions which takeK
s as input and yield sequences of values of typefloat
.ObjectToInt<K>Instances ofObjectToInt
represent functions which takeK
s as input and return values of typeint
.Instances ofObjectToIntGenerator
represent generator functions which takeK
s as input and yield sequences of values of typeint
.ObjectToLong<K>Instances ofObjectToLong
represent functions which takeK
s as input and return values of typelong
.Instances ofObjectToLongGenerator
represent generator functions which takeK
s as input and yield sequences of values of typelong
.ObjectToObject<K,V> Instances ofObjectToObject
represent functions which takeK
s as input and return values of typeV
.Instances ofObjectToObjectGenerator
represent generator functions which takeK
s as input and yield sequences of values of typeV
.Instances ofObjectToShort
represent functions which takeK
s as input and return values of typeshort
.Instances ofObjectToShortGenerator
represent generator functions which takeK
s as input and yield sequences of values of typeshort
.ObjectToVoid<K>Instances ofObjectToVoid
represent functions which takeK
s as input and return values of typevoid
.Instances ofObjectToVoidGenerator
represent generator functions which takeK
s as input and yield sequences of values of typevoid
.ShortAggregateState
is the subinterface ofAggregateState
that is used for aggregate methods with return value of type short.ShortConsumer
is a callback interface.ShortFilterState
is the subinterface ofFilterState
that is used for filter methods with return value of type short.Instances ofShortToBoolean
represent functions which takeshort
s as input and return values of typeboolean
.Instances ofShortToBooleanGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typeboolean
.Instances ofShortToByte
represent functions which takeshort
s as input and return values of typebyte
.Instances ofShortToByteGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typebyte
.Instances ofShortToChar
represent functions which takeshort
s as input and return values of typechar
.Instances ofShortToCharGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typechar
.Instances ofShortToDouble
represent functions which takeshort
s as input and return values of typedouble
.Instances ofShortToDoubleGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typedouble
.Instances ofShortToFloat
represent functions which takeshort
s as input and return values of typefloat
.Instances ofShortToFloatGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typefloat
.Instances ofShortToInt
represent functions which takeshort
s as input and return values of typeint
.Instances ofShortToIntGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typeint
.Instances ofShortToLong
represent functions which takeshort
s as input and return values of typelong
.Instances ofShortToLongGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typelong
.Instances ofShortToObject
represent functions which takeshort
s as input and return values of typeV
.Instances ofShortToObjectGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typeV
.Instances ofShortToShort
represent functions which takeshort
s as input and return values of typeshort
.Instances ofShortToShortGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typeshort
.Instances ofShortToVoid
represent functions which takeshort
s as input and return values of typevoid
.Instances ofShortToVoidGenerator
represent generator functions which takeshort
s as input and yield sequences of values of typevoid
.VoidConsumer
is a callback interface.Instances ofVoidToBoolean
represent functions which takevoid
s as input and return values of typeboolean
.Instances ofVoidToBooleanGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typeboolean
.Instances ofVoidToByte
represent functions which takevoid
s as input and return values of typebyte
.Instances ofVoidToByteGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typebyte
.Instances ofVoidToChar
represent functions which takevoid
s as input and return values of typechar
.Instances ofVoidToCharGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typechar
.Instances ofVoidToDouble
represent functions which takevoid
s as input and return values of typedouble
.Instances ofVoidToDoubleGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typedouble
.Instances ofVoidToFloat
represent functions which takevoid
s as input and return values of typefloat
.Instances ofVoidToFloatGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typefloat
.Instances ofVoidToInt
represent functions which takevoid
s as input and return values of typeint
.Instances ofVoidToIntGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typeint
.Instances ofVoidToLong
represent functions which takevoid
s as input and return values of typelong
.Instances ofVoidToLongGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typelong
.VoidToObject<V>Instances ofVoidToObject
represent functions which takevoid
s as input and return values of typeV
.Instances ofVoidToObjectGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typeV
.Instances ofVoidToShort
represent functions which takevoid
s as input and return values of typeshort
.Instances ofVoidToShortGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typeshort
.Instances ofVoidToVoid
represent functions which takevoid
s as input and return values of typevoid
.Instances ofVoidToVoidGenerator
represent generator functions which takevoid
s as input and yield sequences of values of typevoid
.