Uses of Package
org.eclipse.collections.api.block.function.primitive
-
Packages that use org.eclipse.collections.api.block.function.primitive Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.collection org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.factory.map.primitive org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList
.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.ordered org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBag
interface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag
.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.block.comparator.primitive This package contains implementations of theSerializableComparator
interface to compare primitive double, int and long.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
.org.eclipse.collections.impl.block.factory.primitive This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.org.eclipse.collections.impl.block.function org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.immutable This package contains implementations of theImmutableCollection
interface.org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.collector org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list This package contains implementations of theListIterable
interface.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeList
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map This package contains implementations of theMapIterable
interface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMap
interface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api Class Description BooleanBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanByteToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanCharToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanDoubleToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanFloatToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.BooleanIntToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanLongToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanShortToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.BooleanToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteBooleanToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteCharToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteDoubleToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteFloatToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.ByteIntToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteLongToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteShortToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharBooleanToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharByteToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharDoubleToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharFloatToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.CharIntToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharLongToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharShortToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleBooleanToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleByteToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleCharToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleFloatToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleIntToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleLongToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.DoubleShortToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatBooleanToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatByteToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatCharToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatDoubleToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatIntToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatLongToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatShortToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntBooleanToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntByteToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntCharToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntDoubleToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntFloatToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntLongToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntShortToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongBooleanToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongByteToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongCharToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongDoubleToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongFloatToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongIntToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongShortToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortBooleanToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortByteToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortCharToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortDoubleToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortFloatToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.ShortIntToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortLongToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.bag Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.bag.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.bag.sorted Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.collection Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.collection.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.factory.map.primitive Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.list Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.list.primitive Class Description BooleanIntToObjectFunction A BooleanIntToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive int as the second argument and returns an Object as the result.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteIntToObjectFunction A ByteIntToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive int as the second argument and returns an Object as the result.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharIntToObjectFunction A CharIntToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive int as the second argument and returns an Object as the result.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleIntToObjectFunction A DoubleIntToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive int as the second argument and returns an Object as the result.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatIntToObjectFunction A FloatIntToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive int as the second argument and returns an Object as the result.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntIntToObjectFunction A IntIntToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive int as the second argument and returns an Object as the result.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongIntToObjectFunction A LongIntToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive int as the second argument and returns an Object as the result.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortIntToObjectFunction A ShortIntToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive int as the second argument and returns an Object as the result.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.map Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.map.primitive Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.BooleanFunction0 BooleanFunction0 is a zero argument lambda.BooleanToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.ByteFunction0 ByteFunction0 is a zero argument lambda.ByteIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.CharFunction0 CharFunction0 is a zero argument lambda.CharIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleFunction0 DoubleFunction0 is a zero argument lambda.DoubleIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatFunction0 FloatFunction0 is a zero argument lambda.FloatIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntFunction0 IntFunction0 is a zero argument lambda.IntIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongFunction0 LongFunction0 is a zero argument lambda.LongIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ObjectBooleanToBooleanFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectByteBooleanToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteByteToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteCharToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteDoubleToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteFloatToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteLongToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteObjectToObjectFunction This file was automatically generated from template file objectPrimitiveObjectToObjectFunction.stg.ObjectByteShortToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteToByteFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectCharBooleanToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharByteToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharCharToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharDoubleToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharFloatToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharLongToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharObjectToObjectFunction This file was automatically generated from template file objectPrimitiveObjectToObjectFunction.stg.ObjectCharShortToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharToCharFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectDoubleBooleanToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleByteToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleCharToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleDoubleToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleFloatToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleLongToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleObjectToObjectFunction This file was automatically generated from template file objectPrimitiveObjectToObjectFunction.stg.ObjectDoubleShortToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleToDoubleFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectFloatBooleanToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatByteToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatCharToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatDoubleToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatFloatToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatLongToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatObjectToObjectFunction This file was automatically generated from template file objectPrimitiveObjectToObjectFunction.stg.ObjectFloatShortToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatToFloatFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectIntBooleanToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntByteToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntCharToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntDoubleToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntFloatToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntLongToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntObjectToObjectFunction This file was automatically generated from template file objectPrimitiveObjectToObjectFunction.stg.ObjectIntShortToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntToIntFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectLongBooleanToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongByteToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongCharToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongDoubleToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongFloatToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongLongToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongObjectToObjectFunction This file was automatically generated from template file objectPrimitiveObjectToObjectFunction.stg.ObjectLongShortToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongToLongFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectObjectBooleanToObjectFunction This file was automatically generated from template file objectObjectPrimitiveToObjectFunction.stg.ObjectObjectByteToObjectFunction This file was automatically generated from template file objectObjectPrimitiveToObjectFunction.stg.ObjectObjectCharToObjectFunction This file was automatically generated from template file objectObjectPrimitiveToObjectFunction.stg.ObjectObjectDoubleToObjectFunction This file was automatically generated from template file objectObjectPrimitiveToObjectFunction.stg.ObjectObjectFloatToObjectFunction This file was automatically generated from template file objectObjectPrimitiveToObjectFunction.stg.ObjectObjectIntToObjectFunction This file was automatically generated from template file objectObjectPrimitiveToObjectFunction.stg.ObjectObjectLongToObjectFunction This file was automatically generated from template file objectObjectPrimitiveToObjectFunction.stg.ObjectObjectShortToObjectFunction This file was automatically generated from template file objectObjectPrimitiveToObjectFunction.stg.ObjectShortBooleanToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortByteToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortCharToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortDoubleToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortFloatToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortLongToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortObjectToObjectFunction This file was automatically generated from template file objectPrimitiveObjectToObjectFunction.stg.ObjectShortShortToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortToShortFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ShortBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.ShortFunction0 ShortFunction0 is a zero argument lambda.ShortIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.map.sorted Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.ordered Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.ordered.primitive Class Description BooleanIntToObjectFunction A BooleanIntToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive int as the second argument and returns an Object as the result.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteIntToObjectFunction A ByteIntToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive int as the second argument and returns an Object as the result.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharIntToObjectFunction A CharIntToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive int as the second argument and returns an Object as the result.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleIntToObjectFunction A DoubleIntToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive int as the second argument and returns an Object as the result.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatIntToObjectFunction A FloatIntToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive int as the second argument and returns an Object as the result.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntIntToObjectFunction A IntIntToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive int as the second argument and returns an Object as the result.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongIntToObjectFunction A LongIntToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive int as the second argument and returns an Object as the result.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ShortIntToObjectFunction A ShortIntToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive int as the second argument and returns an Object as the result.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.set Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.set.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.set.sorted Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.stack Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.api.stack.primitive Class Description BooleanIntToObjectFunction A BooleanIntToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive int as the second argument and returns an Object as the result.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteIntToObjectFunction A ByteIntToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive int as the second argument and returns an Object as the result.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharIntToObjectFunction A CharIntToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive int as the second argument and returns an Object as the result.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleIntToObjectFunction A DoubleIntToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive int as the second argument and returns an Object as the result.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatIntToObjectFunction A FloatIntToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive int as the second argument and returns an Object as the result.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntIntToObjectFunction A IntIntToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive int as the second argument and returns an Object as the result.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongIntToObjectFunction A LongIntToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive int as the second argument and returns an Object as the result.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortIntToObjectFunction A ShortIntToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive int as the second argument and returns an Object as the result.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bag Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bag.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bag.immutable.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bag.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bag.mutable.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bag.sorted.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bag.sorted.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bimap Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bimap.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.bimap.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.block.comparator.primitive Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.block.factory Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.block.factory.primitive Class Description CharToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.block.function Class Description DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.block.function.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.block.procedure Class Description ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.block.procedure.primitive Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.collection Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.collection.immutable Class Description DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.collection.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.collection.mutable.primitive Class Description BooleanBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleFloatToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongByteToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongCharToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongIntToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongShortToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.collector Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.factory.primitive Class Description BooleanBooleanToObjectFunction A BooleanBooleanToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive boolean as the second argument and returns an Object as the result.ByteByteToObjectFunction A ByteByteToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive byte as the second argument and returns an Object as the result.CharCharToObjectFunction A CharCharToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive char as the second argument and returns an Object as the result.DoubleDoubleToObjectFunction A DoubleDoubleToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive double as the second argument and returns an Object as the result.FloatFloatToObjectFunction A FloatFloatToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive float as the second argument and returns an Object as the result.IntIntToObjectFunction A IntIntToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive int as the second argument and returns an Object as the result.LongLongToObjectFunction A LongLongToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive long as the second argument and returns an Object as the result.ShortShortToObjectFunction A ShortShortToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive short as the second argument and returns an Object as the result. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.lazy Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.lazy.parallel Class Description DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.lazy.primitive Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.BooleanToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.BooleanToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.ByteToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.CharToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.ShortToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.list Class Description DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.list.fixed Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.list.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.list.immutable.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.list.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.list.mutable.primitive Class Description BooleanIntToObjectFunction A BooleanIntToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive int as the second argument and returns an Object as the result.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteIntToObjectFunction A ByteIntToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive int as the second argument and returns an Object as the result.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharIntToObjectFunction A CharIntToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive int as the second argument and returns an Object as the result.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleIntToObjectFunction A DoubleIntToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive int as the second argument and returns an Object as the result.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatIntToObjectFunction A FloatIntToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive int as the second argument and returns an Object as the result.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntIntToObjectFunction A IntIntToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive int as the second argument and returns an Object as the result.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongIntToObjectFunction A LongIntToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive int as the second argument and returns an Object as the result.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortIntToObjectFunction A ShortIntToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive int as the second argument and returns an Object as the result.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.list.primitive Class Description IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.map Class Description DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.map.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.map.immutable.primitive Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.map.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.map.mutable.primitive Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.BooleanFunction0 BooleanFunction0 is a zero argument lambda.BooleanToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ByteCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.ByteFunction0 ByteFunction0 is a zero argument lambda.ByteIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ByteToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.CharDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.CharFunction0 CharFunction0 is a zero argument lambda.CharIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.CharToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleFunction0 DoubleFunction0 is a zero argument lambda.DoubleIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.DoubleShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.DoubleToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatFunction0 FloatFunction0 is a zero argument lambda.FloatIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.FloatToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntFunction0 IntFunction0 is a zero argument lambda.IntIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.IntLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.IntToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongFunction0 LongFunction0 is a zero argument lambda.LongIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.LongToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ObjectBooleanToBooleanFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToByteFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToCharFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToDoubleFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToFloatFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToIntFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToLongFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToShortFunction This file was automatically generated from template file objectPrimitiveToPrimitiveFunction.stg.ShortBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortByteToByteFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortCharToCharFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortFloatToFloatFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used.ShortFunction0 ShortFunction0 is a zero argument lambda.ShortIntToIntFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitive2Function.stg.ShortShortToShortFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.ShortToBooleanFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToByteFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToDoubleFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToFloatFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToLongFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToShortFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.map.ordered.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.map.sorted.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.map.sorted.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.parallel Class Description DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.primitive Class Description BooleanBooleanToBooleanFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleDoubleToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleFloatToDoubleFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongByteToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongCharToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongIntToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongLongToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongShortToLongFunction This file was automatically generated from template file primitivePrimitiveToPrimitiveFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.set.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.set.immutable.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.set.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.set.mutable.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.set.sorted.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.set.sorted.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.stack.immutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.stack.immutable.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.stack.mutable Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.stack.mutable.primitive Class Description BooleanIntToObjectFunction A BooleanIntToObjectFunction is a two argument lambda or closure which takes a primitive boolean as the first and a primitive int as the second argument and returns an Object as the result.BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteIntToObjectFunction A ByteIntToObjectFunction is a two argument lambda or closure which takes a primitive byte as the first and a primitive int as the second argument and returns an Object as the result.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharIntToObjectFunction A CharIntToObjectFunction is a two argument lambda or closure which takes a primitive char as the first and a primitive int as the second argument and returns an Object as the result.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleIntToObjectFunction A DoubleIntToObjectFunction is a two argument lambda or closure which takes a primitive double as the first and a primitive int as the second argument and returns an Object as the result.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatIntToObjectFunction A FloatIntToObjectFunction is a two argument lambda or closure which takes a primitive float as the first and a primitive int as the second argument and returns an Object as the result.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntIntToObjectFunction A IntIntToObjectFunction is a two argument lambda or closure which takes a primitive int as the first and a primitive int as the second argument and returns an Object as the result.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongIntToObjectFunction A LongIntToObjectFunction is a two argument lambda or closure which takes a primitive long as the first and a primitive int as the second argument and returns an Object as the result.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortIntToObjectFunction A ShortIntToObjectFunction is a two argument lambda or closure which takes a primitive short as the first and a primitive int as the second argument and returns an Object as the result.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.stack.primitive Class Description ObjectBooleanIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.string.immutable Class Description CharToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToIntFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectCharIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntIntToObjectFunction This file was automatically generated from template file objectPrimitivePrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.utility Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.CharToCharFunction This file was automatically generated from template file primitiveToPrimitiveFunction.stg.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.utility.internal Class Description BooleanFunction BooleanFunction is a primitive Function which may be used to reduce the overhead of autoboxing Boolean objects in places where primitive booleans could be used.ByteFunction ByteFunction is a primitive Function which may be used to reduce the overhead of autoboxing Byte objects in places where primitive bytes could be used.CharFunction CharFunction is a primitive Function which may be used to reduce the overhead of autoboxing Character objects in places where primitive chars could be used.DoubleFunction DoubleFunction is a primitive Function which may be used to reduce the overhead of autoboxing Double objects in places where primitive doubles could be used.DoubleObjectToDoubleFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.FloatFunction FloatFunction is a primitive Function which may be used to reduce the overhead of autoboxing Float objects in places where primitive floats could be used.FloatObjectToFloatFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.IntFunction IntFunction is a primitive Function which may be used to reduce the overhead of autoboxing Integer objects in places where primitive ints could be used.IntObjectToIntFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.LongFunction LongFunction is a primitive Function which may be used to reduce the overhead of autoboxing Long objects in places where primitive longs could be used.LongObjectToLongFunction This file was automatically generated from template file primitiveObjectToPrimitiveFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortFunction ShortFunction is a primitive Function which may be used to reduce the overhead of autoboxing Short objects in places where primitive shorts could be used. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.utility.internal.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ObjectBooleanToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectByteToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectCharToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectDoubleToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectFloatToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectIntToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectLongToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ObjectShortToObjectFunction This file was automatically generated from template file objectPrimitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg. -
Classes in org.eclipse.collections.api.block.function.primitive used by org.eclipse.collections.impl.utility.primitive Class Description BooleanToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ByteToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.CharToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.DoubleToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.FloatToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.IntToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.LongToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.ShortToObjectFunction This file was automatically generated from template file primitiveToObjectFunction.stg.