Uses of Interface
org.eclipse.collections.api.block.function.primitive.ByteFunction
-
Packages that use ByteFunction 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.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.collection 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.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.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.set This package contains interfaces for set API which enhance the performance and functionality ofSet.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. -
-
Uses of ByteFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ByteFunction Modifier and Type Method Description LazyByteIterableLazyIterable. collectByte(ByteFunction<? super T> byteFunction)Returns a lazy ByteIterable which will transform the underlying iterable data to byte values based on the byteFunction.ByteIterableRichIterable. collectByte(ByteFunction<? super T> byteFunction)Returns a new primitivebyteiterable with the results of applying the specified function on each element of the source collection.default <R extends MutableByteCollection>
RRichIterable. collectByte(ByteFunction<? super T> byteFunction, R target)Same asRichIterable.collectByte(ByteFunction), except that the results are gathered into the specifiedtargetcollection. -
Uses of ByteFunction in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteBagImmutableBag. collectByte(ByteFunction<? super T> byteFunction)default MutableByteBagMutableBag. collectByte(ByteFunction<? super T> byteFunction)ByteBagUnsortedBag. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ByteFunction in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteListImmutableSortedBag. collectByte(ByteFunction<? super T> byteFunction)MutableByteListMutableSortedBag. collectByte(ByteFunction<? super T> byteFunction)ByteListSortedBag. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ByteFunction in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteCollectionImmutableCollection. collectByte(ByteFunction<? super T> byteFunction)default MutableByteCollectionMutableCollection. collectByte(ByteFunction<? super T> byteFunction)Returns a new primitivebyteiterable with the results of applying the specified function on each element of the source collection. -
Uses of ByteFunction in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ByteFunction Modifier and Type Method Description <T> ImmutableByteBooleanMapImmutableByteBooleanMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anImmutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableByteByteMapImmutableByteByteMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableByteByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableByteCharMapImmutableByteCharMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anImmutableByteCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableByteDoubleMapImmutableByteDoubleMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)Creates anImmutableByteDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableByteFloatMapImmutableByteFloatMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableByteFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableByteIntMapImmutableByteIntMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anImmutableByteIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableByteLongMapImmutableByteLongMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableByteLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V>
ImmutableByteObjectMap<V>ImmutableByteObjectMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)Creates anImmutableByteObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableByteShortMapImmutableByteShortMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableByteShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableCharByteMapImmutableCharByteMapFactory. from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableCharByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableDoubleByteMapImmutableDoubleByteMapFactory. from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableDoubleByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatByteMapImmutableFloatByteMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableIntByteMapImmutableIntByteMapFactory. from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableIntByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongByteMapImmutableLongByteMapFactory. from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K>
ImmutableObjectByteMap<K>ImmutableObjectByteMapFactory. from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableObjectByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableShortByteMapImmutableShortByteMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableShortByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteBooleanMapMutableByteBooleanMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anMutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteByteMapMutableByteByteMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableByteByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteCharMapMutableByteCharMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableByteCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteDoubleMapMutableByteDoubleMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)Creates anMutableByteDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteFloatMapMutableByteFloatMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableByteFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteIntMapMutableByteIntMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anMutableByteIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteLongMapMutableByteLongMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableByteLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V>
MutableByteObjectMap<V>MutableByteObjectMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)Creates anMutableByteObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteShortMapMutableByteShortMapFactory. from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableByteShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableCharByteMapMutableCharByteMapFactory. from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableCharByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableDoubleByteMapMutableDoubleByteMapFactory. from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableDoubleByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatByteMapMutableFloatByteMapFactory. from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableIntByteMapMutableIntByteMapFactory. from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableIntByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongByteMapMutableLongByteMapFactory. from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K>
MutableObjectByteMap<K>MutableObjectByteMapFactory. from(Iterable<T> iterable, Function<? super T,? extends K> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableObjectByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableShortByteMapMutableShortByteMapFactory. from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableShortByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction. -
Uses of ByteFunction in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteListImmutableList. collectByte(ByteFunction<? super T> byteFunction)ByteListListIterable. collectByte(ByteFunction<? super T> byteFunction)default MutableByteListMutableList. collectByte(ByteFunction<? super T> byteFunction)MultiReaderList<T>MultiReaderList. sortThisByByte(ByteFunction<? super T> function)MutableList<T>MutableList. sortThisByByte(ByteFunction<? super T> function) -
Uses of ByteFunction in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteBagImmutableMap. collectByte(ByteFunction<? super V> byteFunction)ImmutableByteListImmutableOrderedMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagMutableMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteListMutableOrderedMap. collectByte(ByteFunction<? super V> byteFunction)ByteListOrderedMap. collectByte(ByteFunction<? super V> byteFunction)ByteBagUnsortedMapIterable. collectByte(ByteFunction<? super V> byteFunction) -
Uses of ByteFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteBagImmutablePrimitiveObjectMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteBagMutablePrimitiveObjectMap. collectByte(ByteFunction<? super V> byteFunction)ByteBagPrimitiveObjectMap. collectByte(ByteFunction<? super V> byteFunction)<P> byteMutableByteByteMap. getIfAbsentPutWith(byte key, ByteFunction<? super P> function, P parameter)Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> byteMutableCharByteMap. getIfAbsentPutWith(char key, ByteFunction<? super P> function, P parameter)Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> byteMutableDoubleByteMap. getIfAbsentPutWith(double key, ByteFunction<? super P> function, P parameter)Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> byteMutableFloatByteMap. getIfAbsentPutWith(float key, ByteFunction<? super P> function, P parameter)Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> byteMutableIntByteMap. getIfAbsentPutWith(int key, ByteFunction<? super P> function, P parameter)Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> byteMutableLongByteMap. getIfAbsentPutWith(long key, ByteFunction<? super P> function, P parameter)Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> byteMutableObjectByteMap. getIfAbsentPutWith(K key, ByteFunction<? super P> function, P parameter)Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> byteMutableShortByteMap. getIfAbsentPutWith(short key, ByteFunction<? super P> function, P parameter)Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.byteMutableObjectByteMap. getIfAbsentPutWithKey(K key, ByteFunction<? super K> function)Retrieves the value associated with the key if one exists; if it does not, associates the result of invoking the value function with the key. -
Uses of ByteFunction in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteListImmutableSortedMap. collectByte(ByteFunction<? super V> byteFunction)MutableByteListMutableSortedMap. collectByte(ByteFunction<? super V> byteFunction)ByteListSortedMapIterable. collectByte(ByteFunction<? super V> byteFunction) -
Uses of ByteFunction in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with parameters of type ByteFunction Modifier and Type Method Description OrderedByteIterableOrderedIterable. collectByte(ByteFunction<? super T> byteFunction)ReversibleByteIterableReversibleIterable. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ByteFunction in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteSetImmutableSet. collectByte(ByteFunction<? super T> byteFunction)default MutableByteSetMutableSet. collectByte(ByteFunction<? super T> byteFunction)ByteSetUnsortedSetIterable. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ByteFunction in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteListImmutableSortedSet. collectByte(ByteFunction<? super T> byteFunction)MutableByteListMutableSortedSet. collectByte(ByteFunction<? super T> byteFunction)ByteListSortedSetIterable. collectByte(ByteFunction<? super T> byteFunction) -
Uses of ByteFunction in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack with parameters of type ByteFunction Modifier and Type Method Description ImmutableByteStackImmutableStack. collectByte(ByteFunction<? super T> byteFunction)MutableByteStackMutableStack. collectByte(ByteFunction<? super T> byteFunction)ByteStackStackIterable. collectByte(ByteFunction<? super T> byteFunction)
-