blob: a48825fcdde0a6bef2c92794742adf0e7f02ea3a [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Thu Aug 20 21:25:36 CDT 2020 -->
<title>Uses of Interface org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction (Eclipse Collections - 10.4.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="description" content="use: package: org.eclipse.collections.api.block.function.primitive, interface: FloatToObjectFunction">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-use">
<script type="text/javascript">var pathtoroot = "../../../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction" class="title">Uses of Interface<br>org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api">org.eclipse.collections.api</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for Eclipse Collections API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bag.primitive">org.eclipse.collections.api.bag.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for Primitive Bags with Mutable and Immutable variants.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.collection.primitive">org.eclipse.collections.api.collection.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive collection API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.list.primitive">org.eclipse.collections.api.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive list API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map.primitive">org.eclipse.collections.api.map.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.ordered.primitive">org.eclipse.collections.api.ordered.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.set.primitive">org.eclipse.collections.api.set.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for mutable and immutable primitive sets.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.stack.primitive">org.eclipse.collections.api.stack.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive stack API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.mutable.primitive">org.eclipse.collections.impl.bag.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive bag interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.block.function.primitive">org.eclipse.collections.impl.block.function.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of primitive functions.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection.mutable.primitive">org.eclipse.collections.impl.collection.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive collection interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.primitive">org.eclipse.collections.impl.lazy.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the lazy primitive iterator interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable.primitive">org.eclipse.collections.impl.list.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive list interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.mutable.primitive">org.eclipse.collections.impl.map.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.primitive">org.eclipse.collections.impl.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.mutable.primitive">org.eclipse.collections.impl.set.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive set interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.mutable.primitive">org.eclipse.collections.impl.stack.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive stack interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal.primitive">org.eclipse.collections.impl.utility.internal.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.primitive">org.eclipse.collections.impl.utility.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../package-summary.html">org.eclipse.collections.api</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../package-summary.html">org.eclipse.collections.api</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../RichIterable.html" title="interface in org.eclipse.collections.api">RichIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatIterable.</span><code><span class="memberNameLink"><a href="../../../../FloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Returns a new collection with the results of applying the specified function on each element of the source
collection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default &lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatIterable.</span><code><span class="memberNameLink"><a href="../../../../FloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction,R)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../../FloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)"><code>FloatIterable.collect(FloatToObjectFunction)</code></a> , only the results are added to the target Collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyFloatIterable.</span><code><span class="memberNameLink"><a href="../../../../LazyFloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default &lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatIterable.</span><code><span class="memberNameLink"><a href="../../../../FloatIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction,R)">flatCollect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;V&gt;&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">
<div class="block"><code>flatCollect</code> is a special case of <a href="../../../../FloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)"><code>FloatIterable.collect(FloatToObjectFunction)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyFloatIterable.</span><code><span class="memberNameLink"><a href="../../../../LazyFloatIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;V&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../bag/primitive/package-summary.html">org.eclipse.collections.api.bag.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../bag/primitive/package-summary.html">org.eclipse.collections.api.bag.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/Bag.html" title="interface in org.eclipse.collections.api.bag">Bag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatBag.</span><code><span class="memberNameLink"><a href="../../../../bag/primitive/FloatBag.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableFloatBag.</span><code><span class="memberNameLink"><a href="../../../../bag/primitive/ImmutableFloatBag.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatBag.</span><code><span class="memberNameLink"><a href="../../../../bag/primitive/MutableFloatBag.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.collection.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../collection/primitive/package-summary.html">org.eclipse.collections.api.collection.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../collection/primitive/package-summary.html">org.eclipse.collections.api.collection.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/ImmutableCollection.html" title="interface in org.eclipse.collections.api.collection">ImmutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableFloatCollection.</span><code><span class="memberNameLink"><a href="../../../../collection/primitive/ImmutableFloatCollection.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatCollection.</span><code><span class="memberNameLink"><a href="../../../../collection/primitive/MutableFloatCollection.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.list.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../list/primitive/package-summary.html">org.eclipse.collections.api.list.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../list/primitive/package-summary.html">org.eclipse.collections.api.list.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/ListIterable.html" title="interface in org.eclipse.collections.api.list">ListIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/FloatList.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/ImmutableList.html" title="interface in org.eclipse.collections.api.list">ImmutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableFloatList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/ImmutableFloatList.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/MutableFloatList.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default &lt;T&gt;&nbsp;<a href="../../../../list/primitive/MutableFloatList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableFloatList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/MutableFloatList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">sortThisBy</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;T&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list based on the natural order of the key returned by <code>
function</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default &lt;T&gt;&nbsp;<a href="../../../../list/primitive/MutableFloatList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableFloatList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/MutableFloatList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction,java.util.Comparator)">sortThisBy</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;T&gt;&nbsp;function,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list based on the key returned by <code>
function</code> using the provided <code>comparator</code>.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/Bag.html" title="interface in org.eclipse.collections.api.bag">Bag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatValuesMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/FloatValuesMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableByteFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableByteFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableCharFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableCharFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableDoubleFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableDoubleFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableFloatFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableFloatFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableIntFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableIntFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableLongFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableLongFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/ImmutableCollection.html" title="interface in org.eclipse.collections.api.collection">ImmutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableObjectFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableObjectFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableShortFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableShortFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatValuesMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableFloatValuesMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableObjectFloatMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableObjectFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../map/primitive/MutableFloatObjectMap.html" title="type parameter in MutableFloatObjectMap">V</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatObjectMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableFloatObjectMap.html#getIfAbsentPutWithKey(float,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">getIfAbsentPutWithKey</a></span>&#8203;(float&nbsp;key,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="../../../../map/primitive/MutableFloatObjectMap.html" title="type parameter in MutableFloatObjectMap">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">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.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.ordered.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../ordered/primitive/package-summary.html">org.eclipse.collections.api.ordered.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../ordered/primitive/package-summary.html">org.eclipse.collections.api.ordered.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../ordered/OrderedIterable.html" title="interface in org.eclipse.collections.api.ordered">OrderedIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OrderedFloatIterable.</span><code><span class="memberNameLink"><a href="../../../../ordered/primitive/OrderedFloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../ordered/ReversibleIterable.html" title="interface in org.eclipse.collections.api.ordered">ReversibleIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReversibleFloatIterable.</span><code><span class="memberNameLink"><a href="../../../../ordered/primitive/ReversibleFloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.set.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../set/primitive/package-summary.html">org.eclipse.collections.api.set.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../set/primitive/package-summary.html">org.eclipse.collections.api.set.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatSet.</span><code><span class="memberNameLink"><a href="../../../../set/primitive/FloatSet.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableFloatSet.</span><code><span class="memberNameLink"><a href="../../../../set/primitive/ImmutableFloatSet.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatSet.</span><code><span class="memberNameLink"><a href="../../../../set/primitive/MutableFloatSet.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.stack.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../stack/primitive/package-summary.html">org.eclipse.collections.api.stack.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../stack/primitive/package-summary.html">org.eclipse.collections.api.stack.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/StackIterable.html" title="interface in org.eclipse.collections.api.stack">StackIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatStack.</span><code><span class="memberNameLink"><a href="../../../../stack/primitive/FloatStack.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/ImmutableStack.html" title="interface in org.eclipse.collections.api.stack">ImmutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableFloatStack.</span><code><span class="memberNameLink"><a href="../../../../stack/primitive/ImmutableFloatStack.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatStack.</span><code><span class="memberNameLink"><a href="../../../../stack/primitive/MutableFloatStack.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatHashBag.</span><code><span class="memberNameLink"><a href="../../../../../impl/bag/mutable/primitive/FloatHashBag.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatBag.</span><code><span class="memberNameLink"><a href="../../../../../impl/bag/mutable/primitive/SynchronizedFloatBag.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatBag.</span><code><span class="memberNameLink"><a href="../../../../../impl/bag/mutable/primitive/UnmodifiableFloatBag.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.block.function.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/block/function/primitive/package-summary.html">org.eclipse.collections.impl.block.function.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../../../impl/block/function/primitive/package-summary.html">org.eclipse.collections.impl.block.function.primitive</a> that implement <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html" title="class in org.eclipse.collections.impl.block.function.primitive">FloatCaseFunction</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveCaseFunction.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/block/function/primitive/package-summary.html">org.eclipse.collections.impl.block.function.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html" title="class in org.eclipse.collections.impl.block.function.primitive">FloatCaseFunction</a>&lt;<a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html" title="type parameter in FloatCaseFunction">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatCaseFunction.</span><code><span class="memberNameLink"><a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html#addCase(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">addCase</a></span>&#8203;(<a href="../../../predicate/primitive/FloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatPredicate</a>&nbsp;predicate,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html" title="type parameter in FloatCaseFunction">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html" title="class in org.eclipse.collections.impl.block.function.primitive">FloatCaseFunction</a>&lt;<a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html" title="type parameter in FloatCaseFunction">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatCaseFunction.</span><code><span class="memberNameLink"><a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html#setDefault(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">setDefault</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html" title="type parameter in FloatCaseFunction">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../../impl/block/function/primitive/package-summary.html">org.eclipse.collections.impl.block.function.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html#%3Cinit%3E(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">FloatCaseFunction</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="../../../../../impl/block/function/primitive/FloatCaseFunction.html" title="type parameter in FloatCaseFunction">V</a>&gt;&nbsp;newDefaultFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.collection.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSynchronizedFloatCollection.</span><code><span class="memberNameLink"><a href="../../../../../impl/collection/mutable/primitive/AbstractSynchronizedFloatCollection.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnmodifiableFloatCollection.</span><code><span class="memberNameLink"><a href="../../../../../impl/collection/mutable/primitive/AbstractUnmodifiableFloatCollection.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyFloatIterable.</span><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/AbstractLazyFloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyFloatIterable.</span><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/AbstractLazyFloatIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;V&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/CollectFloatToObjectIterable.html#%3Cinit%3E(org.eclipse.collections.api.FloatIterable,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">CollectFloatToObjectIterable</a></span>&#8203;(<a href="../../../../FloatIterable.html" title="interface in org.eclipse.collections.api">FloatIterable</a>&nbsp;iterable,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="../../../../../impl/lazy/primitive/CollectFloatToObjectIterable.html" title="type parameter in CollectFloatToObjectIterable">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/FlatCollectFloatToObjectIterable.html#%3Cinit%3E(org.eclipse.collections.api.FloatIterable,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">FlatCollectFloatToObjectIterable</a></span>&#8203;(<a href="../../../../FloatIterable.html" title="interface in org.eclipse.collections.api">FloatIterable</a>&nbsp;iterable,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="../../../../../impl/lazy/primitive/FlatCollectFloatToObjectIterable.html" title="type parameter in FlatCollectFloatToObjectIterable">V</a>&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.list.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatArrayList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/FloatArrayList.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatArrayList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/FloatArrayList.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction,R)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/SynchronizedFloatList.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/UnmodifiableFloatList.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../list/primitive/MutableFloatList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableFloatList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/SynchronizedFloatList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">sortThisBy</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../list/primitive/MutableFloatList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableFloatList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/SynchronizedFloatList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction,java.util.Comparator)">sortThisBy</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;T&gt;&nbsp;function,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableFloatKeySet.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/AbstractMutableFloatKeySet.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableFloatValuesMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/AbstractMutableFloatValuesMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectFloatHashMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedByteFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedCharFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedDoubleFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedFloatFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedIntFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedLongFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V1&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedObjectFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V1&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedShortFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableByteFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableCharFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableDoubleFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableFloatFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableIntFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableLongFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V1&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableObjectFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V1&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortFloatMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableShortFloatMap.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../impl/map/mutable/primitive/FloatObjectHashMap.html" title="type parameter in FloatObjectHashMap">V</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/FloatObjectHashMap.html#getIfAbsentPutWithKey(float,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">getIfAbsentPutWithKey</a></span>&#8203;(float&nbsp;key,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="../../../../../impl/map/mutable/primitive/FloatObjectHashMap.html" title="type parameter in FloatObjectHashMap">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../impl/map/mutable/primitive/SynchronizedFloatObjectMap.html" title="type parameter in SynchronizedFloatObjectMap">V</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatObjectMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedFloatObjectMap.html#getIfAbsentPutWithKey(float,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">getIfAbsentPutWithKey</a></span>&#8203;(float&nbsp;key,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="../../../../../impl/map/mutable/primitive/SynchronizedFloatObjectMap.html" title="type parameter in SynchronizedFloatObjectMap">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../impl/map/mutable/primitive/UnmodifiableFloatObjectMap.html" title="type parameter in UnmodifiableFloatObjectMap">V</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatObjectMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableFloatObjectMap.html#getIfAbsentPutWithKey(float,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">getIfAbsentPutWithKey</a></span>&#8203;(float&nbsp;key,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="../../../../../impl/map/mutable/primitive/UnmodifiableFloatObjectMap.html" title="type parameter in UnmodifiableFloatObjectMap">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../RichIterable.html" title="interface in org.eclipse.collections.api">RichIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatIterable.</span><code><span class="memberNameLink"><a href="../../../../../impl/primitive/SynchronizedFloatIterable.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.set.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatHashSet.</span><code><span class="memberNameLink"><a href="../../../../../impl/set/mutable/primitive/FloatHashSet.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatHashSet.</span><code><span class="memberNameLink"><a href="../../../../../impl/set/mutable/primitive/FloatHashSet.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction,R)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatSet.</span><code><span class="memberNameLink"><a href="../../../../../impl/set/mutable/primitive/SynchronizedFloatSet.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatSet.</span><code><span class="memberNameLink"><a href="../../../../../impl/set/mutable/primitive/UnmodifiableFloatSet.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatArrayStack.</span><code><span class="memberNameLink"><a href="../../../../../impl/stack/mutable/primitive/FloatArrayStack.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatStack.</span><code><span class="memberNameLink"><a href="../../../../../impl/stack/mutable/primitive/SynchronizedFloatStack.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatStack.</span><code><span class="memberNameLink"><a href="../../../../../impl/stack/mutable/primitive/UnmodifiableFloatStack.html#collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility.internal.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/utility/internal/primitive/package-summary.html">org.eclipse.collections.impl.utility.internal.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/utility/internal/primitive/package-summary.html">org.eclipse.collections.impl.utility.internal.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatIterableIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/internal/primitive/FloatIterableIterate.html#collect(org.eclipse.collections.api.FloatIterable,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction,R)">collect</a></span>&#8203;(<a href="../../../../FloatIterable.html" title="interface in org.eclipse.collections.api">FloatIterable</a>&nbsp;iterable,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;targetCollection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/internal/primitive/FloatIteratorIterate.html#collect(org.eclipse.collections.api.iterator.FloatIterator,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction,R)">collect</a></span>&#8203;(<a href="../../../../iterator/FloatIterator.html" title="interface in org.eclipse.collections.api.iterator">FloatIterator</a>&nbsp;iterator,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;targetCollection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a> in <a href="../../../../../impl/utility/primitive/package-summary.html">org.eclipse.collections.impl.utility.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/utility/primitive/package-summary.html">org.eclipse.collections.impl.utility.primitive</a> with parameters of type <a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyFloatIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/primitive/LazyFloatIterate.html#collect(org.eclipse.collections.api.FloatIterable,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collect</a></span>&#8203;(<a href="../../../../FloatIterable.html" title="interface in org.eclipse.collections.api">FloatIterable</a>&nbsp;iterable,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming float iterable for the specified float iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyFloatIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/primitive/LazyFloatIterate.html#collectIf(org.eclipse.collections.api.FloatIterable,org.eclipse.collections.api.block.predicate.primitive.FloatPredicate,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">collectIf</a></span>&#8203;(<a href="../../../../FloatIterable.html" title="interface in org.eclipse.collections.api">FloatIterable</a>&nbsp;iterable,
<a href="../../../predicate/primitive/FloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatPredicate</a>&nbsp;predicate,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming float iterable for the specified float iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyFloatIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/primitive/LazyFloatIterate.html#flatCollect(org.eclipse.collections.api.FloatIterable,org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../../../../FloatIterable.html" title="interface in org.eclipse.collections.api">FloatIterable</a>&nbsp;iterable,
<a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToObjectFunction</a>&lt;? extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;V&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming and flattening float iterable for the specified float iterable.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../FloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>