blob: 56c2ac68659643b62573046095b55e163aca59dc [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Sat Aug 08 22:45:01 CDT 2020 -->
<title>Uses of Interface org.eclipse.collections.api.LazyIterable (Eclipse Collections - 10.3.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-08">
<meta name="description" content="use: package: org.eclipse.collections.api, interface: LazyIterable">
<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="../LazyIterable.html" title="interface in org.eclipse.collections.api">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.LazyIterable" class="title">Uses of Interface<br>org.eclipse.collections.api.LazyIterable</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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.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="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.ordered">org.eclipse.collections.api.ordered</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.set">org.eclipse.collections.api.set</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for set API which enhance the performance and functionality of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Set</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl">org.eclipse.collections.impl</a></th>
<td class="colLast">
<div class="block">This package contains implementations for Eclipse Collections API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.immutable">org.eclipse.collections.impl.bag.immutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag"><code>ImmutableBag</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.sorted.mutable">org.eclipse.collections.impl.bag.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of <a href="../bag/sorted/MutableSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted"><code>MutableSortedBag</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bimap">org.eclipse.collections.impl.bimap</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bimap.mutable">org.eclipse.collections.impl.bimap.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../bimap/MutableBiMap.html" title="interface in org.eclipse.collections.api.bimap"><code>MutableBiMap</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection">org.eclipse.collections.impl.collection</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection.mutable">org.eclipse.collections.impl.collection.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection"><code>MutableCollection</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.factory">org.eclipse.collections.impl.factory</a></th>
<td class="colLast">
<div class="block">This package contains static utilities for creating mutable and immutable collection factories.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.factory.primitive">org.eclipse.collections.impl.factory.primitive</a></th>
<td class="colLast">
<div class="block">This package contains static utilities for creating immutable primitive collection factories.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy">org.eclipse.collections.impl.lazy</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api"><code>LazyIterable</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel">org.eclipse.collections.impl.lazy.parallel</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel.bag">org.eclipse.collections.impl.lazy.parallel.bag</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel.list">org.eclipse.collections.impl.lazy.parallel.list</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel.set">org.eclipse.collections.impl.lazy.parallel.set</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list">org.eclipse.collections.impl.list</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../list/ListIterable.html" title="interface in org.eclipse.collections.api.list"><code>ListIterable</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable">org.eclipse.collections.impl.list.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../list/MutableList.html" title="interface in org.eclipse.collections.api.list"><code>MutableList</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map">org.eclipse.collections.impl.map</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../map/MapIterable.html" title="interface in org.eclipse.collections.api.map"><code>MapIterable</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.mutable">org.eclipse.collections.impl.map.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../map/MutableMap.html" title="interface in org.eclipse.collections.api.map"><code>MutableMap</code></a> interface.</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.map.ordered.mutable">org.eclipse.collections.impl.map.ordered.mutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.sorted.immutable">org.eclipse.collections.impl.map.sorted.immutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../map/sorted/MutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted"><code>MutableSortedMap</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.sorted.mutable">org.eclipse.collections.impl.map.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../map/sorted/MutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted"><code>MutableSortedMap</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set">org.eclipse.collections.impl.set</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.immutable">org.eclipse.collections.impl.set.immutable</a></th>
<td class="colLast">
<div class="block">This package package contains the implementations of <a href="../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set"><code>ImmutableSet</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.mutable">org.eclipse.collections.impl.set.mutable</a></th>
<td class="colLast">
<div class="block">This package package contains implementations of <a href="../set/MutableSet.html" title="interface in org.eclipse.collections.api.set"><code>MutableSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.sorted.mutable">org.eclipse.collections.impl.set.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of <a href="../set/sorted/MutableSortedSet.html" title="interface in org.eclipse.collections.api.set.sorted"><code>MutableSortedSet</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.strategy.mutable">org.eclipse.collections.impl.set.strategy.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of sets with user defined <a href="../block/HashingStrategy.html" title="interface in org.eclipse.collections.api.block"><code>HashingStrategy</code></a>s.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.mutable">org.eclipse.collections.impl.stack.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack"><code>MutableStack</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility">org.eclipse.collections.impl.utility</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal">org.eclipse.collections.impl.utility.internal</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
<tr class="rowColor">
<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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../RichIterable.html" title="type parameter in RichIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RichIterable.</span><code><span class="memberNameLink"><a href="../RichIterable.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a lazy (deferred) iterable, most likely implemented by calling LazyIterate.adapt(this).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../RichIterable.html" title="interface in org.eclipse.collections.api">RichIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#chunk(int)">chunk</a></span>&#8203;(int&nbsp;size)</code></th>
<td class="colLast">
<div class="block">Creates a deferred chunk iterable.</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">LazyBooleanIterable.</span><code><span class="memberNameLink"><a href="../LazyBooleanIterable.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</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">LazyByteIterable.</span><code><span class="memberNameLink"><a href="../LazyByteIterable.html#collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/ByteToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToObjectFunction</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyCharIterable.</span><code><span class="memberNameLink"><a href="../LazyCharIterable.html#collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</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">LazyDoubleIterable.</span><code><span class="memberNameLink"><a href="../LazyDoubleIterable.html#collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/DoubleToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToObjectFunction</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="../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="../block/function/primitive/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">LazyIntIterable.</span><code><span class="memberNameLink"><a href="../LazyIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#collect(org.eclipse.collections.api.block.function.Function)">collect</a></span>&#8203;(<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred iterable for collecting elements from the current iterable.</div>
</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">LazyLongIterable.</span><code><span class="memberNameLink"><a href="../LazyLongIterable.html#collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyShortIterable.</span><code><span class="memberNameLink"><a href="../LazyShortIterable.html#collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/ShortToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToObjectFunction</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">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#collectIf(org.eclipse.collections.api.block.predicate.Predicate,org.eclipse.collections.api.block.function.Function)">collectIf</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&nbsp;predicate,
<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred iterable for selecting and collecting elements from the current iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P,&#8203;
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">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#collectWith(org.eclipse.collections.api.block.function.Function2,P)">collectWith</a></span>&#8203;(<a href="../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;? super P,&#8203;? extends V&gt;&nbsp;function,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#concatenate(java.lang.Iterable)">concatenate</a></span>&#8203;(<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="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Creates a deferred iterable that will join this iterable with the specified iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a deferred distinct iterable to get distinct elements from the current iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#drop(int)">drop</a></span>&#8203;(int&nbsp;count)</code></th>
<td class="colLast">
<div class="block">Creates a deferred drop iterable for the current iterable using the specified count as the limit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#dropWhile(org.eclipse.collections.api.block.predicate.Predicate)">dropWhile</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&nbsp;predicate)</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">LazyBooleanIterable.</span><code><span class="memberNameLink"><a href="../LazyBooleanIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</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>
<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">LazyByteIterable.</span><code><span class="memberNameLink"><a href="../LazyByteIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/ByteToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToObjectFunction</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>
<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">LazyCharIterable.</span><code><span class="memberNameLink"><a href="../LazyCharIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</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>
<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">LazyDoubleIterable.</span><code><span class="memberNameLink"><a href="../LazyDoubleIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/DoubleToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToObjectFunction</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>
<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">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="../block/function/primitive/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>
<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">LazyIntIterable.</span><code><span class="memberNameLink"><a href="../LazyIntIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</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>
<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">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#flatCollect(org.eclipse.collections.api.block.function.Function)">flatCollect</a></span>&#8203;(<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;? 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 flattening iterable for the current iterable.</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">LazyLongIterable.</span><code><span class="memberNameLink"><a href="../LazyLongIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</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>
<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">LazyShortIterable.</span><code><span class="memberNameLink"><a href="../LazyShortIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/ShortToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToObjectFunction</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>
<tr class="altColor">
<td class="colFirst"><code>default &lt;P,&#8203;
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">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#flatCollectWith(org.eclipse.collections.api.block.function.Function2,P)">flatCollectWith</a></span>&#8203;(<a href="../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;? super P,&#8203;? 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,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a deferred iterable for rejecting elements from the current iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#rejectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">rejectWith</a></span>&#8203;(<a href="../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a deferred iterable for selecting elements from the current iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;S&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#selectInstancesOf(java.lang.Class)">selectInstancesOf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;S&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#selectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">selectWith</a></span>&#8203;(<a href="../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#take(int)">take</a></span>&#8203;(int&nbsp;count)</code></th>
<td class="colLast">
<div class="block">Creates a deferred take iterable for the current iterable using the specified count as the limit.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#takeWhile(org.eclipse.collections.api.block.predicate.Predicate)">takeWhile</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#tap(org.eclipse.collections.api.block.procedure.Procedure)">tap</a></span>&#8203;(<a href="../block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&nbsp;procedure)</code></th>
<td class="colLast">
<div class="block">Creates a deferred tap iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;S&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#zip(java.lang.Iterable)">zip</a></span>&#8203;(<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;S&gt;&nbsp;that)</code></th>
<td class="colLast">
<div class="block">Creates a deferred zip iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>,&#8203;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#zipWithIndex()">zipWithIndex</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a deferred zipWithIndex iterable.</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../map/primitive/ObjectBooleanMap.html" title="type parameter in ObjectBooleanMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ObjectBooleanMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../map/primitive/ObjectByteMap.html" title="type parameter in ObjectByteMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ObjectByteMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../map/primitive/ObjectCharMap.html" title="type parameter in ObjectCharMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ObjectCharMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../map/primitive/ObjectDoubleMap.html" title="type parameter in ObjectDoubleMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ObjectDoubleMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../map/primitive/ObjectFloatMap.html" title="type parameter in ObjectFloatMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ObjectFloatMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../map/primitive/ObjectIntMap.html" title="type parameter in ObjectIntMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ObjectIntMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../map/primitive/ObjectLongMap.html" title="type parameter in ObjectLongMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ObjectLongMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../map/primitive/ObjectShortMap.html" title="type parameter in ObjectShortMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ObjectShortMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.ordered">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../ordered/package-summary.html">org.eclipse.collections.api.ordered</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../ordered/package-summary.html">org.eclipse.collections.api.ordered</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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>default <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../ordered/ReversibleIterable.html" title="type parameter in ReversibleIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReversibleIterable.</span><code><span class="memberNameLink"><a href="../ordered/ReversibleIterable.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a reversed view of this ReversibleIterable.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.set">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../set/package-summary.html">org.eclipse.collections.api.set</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../set/package-summary.html">org.eclipse.collections.api.set</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../set/SetIterable.html" title="type parameter in SetIterable">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SetIterable.</span><code><span class="memberNameLink"><a href="../set/SetIterable.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</code></th>
<td class="colLast">
<div class="block">Returns the set whose members are all possible ordered pairs (a, b) where a is a member of <code>this</code> and b is a
member of <code>set</code>.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/package-summary.html">org.eclipse.collections.impl</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/package-summary.html">org.eclipse.collections.impl</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/AbstractRichIterable.html" title="type parameter in AbstractRichIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractRichIterable.</span><code><span class="memberNameLink"><a href="../../impl/AbstractRichIterable.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/UnmodifiableRichIterable.html" title="type parameter in UnmodifiableRichIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableRichIterable.</span><code><span class="memberNameLink"><a href="../../impl/UnmodifiableRichIterable.html#asLazy()">asLazy</a></span>()</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.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/bag/immutable/package-summary.html">org.eclipse.collections.impl.bag.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/bag/immutable/package-summary.html">org.eclipse.collections.impl.bag.immutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/bag/immutable/ImmutableHashBag.html" title="type parameter in ImmutableHashBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashBag.</span><code><span class="memberNameLink"><a href="../../impl/bag/immutable/ImmutableHashBag.html#asLazy()">asLazy</a></span>()</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.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.bag.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.bag.sorted.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/bag/sorted/mutable/SynchronizedSortedBag.html" title="type parameter in SynchronizedSortedBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedBag.</span><code><span class="memberNameLink"><a href="../../impl/bag/sorted/mutable/SynchronizedSortedBag.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/bag/sorted/mutable/UnmodifiableSortedBag.html" title="type parameter in UnmodifiableSortedBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableSortedBag.</span><code><span class="memberNameLink"><a href="../../impl/bag/sorted/mutable/UnmodifiableSortedBag.html#asReversed()">asReversed</a></span>()</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.bimap">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/bimap/package-summary.html">org.eclipse.collections.impl.bimap</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/bimap/package-summary.html">org.eclipse.collections.impl.bimap</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/bimap/AbstractBiMap.html" title="type parameter in AbstractBiMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractBiMap.</span><code><span class="memberNameLink"><a href="../../impl/bimap/AbstractBiMap.html#asLazy()">asLazy</a></span>()</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.bimap.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/bimap/mutable/package-summary.html">org.eclipse.collections.impl.bimap.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/bimap/mutable/package-summary.html">org.eclipse.collections.impl.bimap.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/bimap/mutable/UnmodifiableBiMap.html" title="type parameter in UnmodifiableBiMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableBiMap.</span><code><span class="memberNameLink"><a href="../../impl/bimap/mutable/UnmodifiableBiMap.html#asLazy()">asLazy</a></span>()</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/collection/package-summary.html">org.eclipse.collections.impl.collection</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/collection/package-summary.html">org.eclipse.collections.impl.collection</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/collection/AbstractSynchronizedRichIterable.html" title="type parameter in AbstractSynchronizedRichIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSynchronizedRichIterable.</span><code><span class="memberNameLink"><a href="../../impl/collection/AbstractSynchronizedRichIterable.html#asLazy()">asLazy</a></span>()</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/collection/mutable/package-summary.html">org.eclipse.collections.impl.collection.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/collection/mutable/package-summary.html">org.eclipse.collections.impl.collection.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/collection/mutable/AbstractCollectionAdapter.html" title="type parameter in AbstractCollectionAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractCollectionAdapter.</span><code><span class="memberNameLink"><a href="../../impl/collection/mutable/AbstractCollectionAdapter.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/collection/mutable/AbstractMultiReaderMutableCollection.html" title="type parameter in AbstractMultiReaderMutableCollection">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMultiReaderMutableCollection.</span><code><span class="memberNameLink"><a href="../../impl/collection/mutable/AbstractMultiReaderMutableCollection.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/collection/mutable/AbstractUnmodifiableMutableCollection.html" title="type parameter in AbstractUnmodifiableMutableCollection">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnmodifiableMutableCollection.</span><code><span class="memberNameLink"><a href="../../impl/collection/mutable/AbstractUnmodifiableMutableCollection.html#asLazy()">asLazy</a></span>()</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.factory">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/factory/package-summary.html">org.eclipse.collections.impl.factory</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/factory/package-summary.html">org.eclipse.collections.impl.factory</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;A,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sets.</span><code><span class="memberNameLink"><a href="../../impl/factory/Sets.html#cartesianProduct(java.util.Set,java.util.Set)">cartesianProduct</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util" class="externalLink">Set</a>&lt;A&gt;&nbsp;set1,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util" class="externalLink">Set</a>&lt;B&gt;&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Sets.</span><code><span class="memberNameLink"><a href="../../impl/factory/Sets.html#cartesianProduct(java.util.Set,java.util.Set,org.eclipse.collections.api.block.function.Function2)">cartesianProduct</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util" class="externalLink">Set</a>&lt;A&gt;&nbsp;set1,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util" class="externalLink">Set</a>&lt;B&gt;&nbsp;set2,
<a href="../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super A,&#8203;? super B,&#8203;? extends C&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.factory.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/factory/primitive/package-summary.html">org.eclipse.collections.impl.factory.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/factory/primitive/package-summary.html">org.eclipse.collections.impl.factory.primitive</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/primitive/BooleanBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanBooleanPair</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BooleanSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/BooleanSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.BooleanSet,org.eclipse.collections.api.set.primitive.BooleanSet)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/BooleanSet.html" title="interface in org.eclipse.collections.api.set.primitive">BooleanSet</a>&nbsp;set1,
<a href="../set/primitive/BooleanSet.html" title="interface in org.eclipse.collections.api.set.primitive">BooleanSet</a>&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BooleanSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/BooleanSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.BooleanSet,org.eclipse.collections.api.set.primitive.BooleanSet,org.eclipse.collections.api.block.function.primitive.BooleanBooleanToObjectFunction)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/BooleanSet.html" title="interface in org.eclipse.collections.api.set.primitive">BooleanSet</a>&nbsp;set1,
<a href="../set/primitive/BooleanSet.html" title="interface in org.eclipse.collections.api.set.primitive">BooleanSet</a>&nbsp;set2,
<a href="../block/function/primitive/BooleanBooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanBooleanToObjectFunction</a>&lt;C&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/primitive/ByteBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteBytePair</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/ByteSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.ByteSet,org.eclipse.collections.api.set.primitive.ByteSet)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/ByteSet.html" title="interface in org.eclipse.collections.api.set.primitive">ByteSet</a>&nbsp;set1,
<a href="../set/primitive/ByteSet.html" title="interface in org.eclipse.collections.api.set.primitive">ByteSet</a>&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/ByteSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.ByteSet,org.eclipse.collections.api.set.primitive.ByteSet,org.eclipse.collections.api.block.function.primitive.ByteByteToObjectFunction)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/ByteSet.html" title="interface in org.eclipse.collections.api.set.primitive">ByteSet</a>&nbsp;set1,
<a href="../set/primitive/ByteSet.html" title="interface in org.eclipse.collections.api.set.primitive">ByteSet</a>&nbsp;set2,
<a href="../block/function/primitive/ByteByteToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteByteToObjectFunction</a>&lt;C&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/primitive/CharCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharCharPair</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/CharSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.CharSet,org.eclipse.collections.api.set.primitive.CharSet)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/CharSet.html" title="interface in org.eclipse.collections.api.set.primitive">CharSet</a>&nbsp;set1,
<a href="../set/primitive/CharSet.html" title="interface in org.eclipse.collections.api.set.primitive">CharSet</a>&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/CharSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.CharSet,org.eclipse.collections.api.set.primitive.CharSet,org.eclipse.collections.api.block.function.primitive.CharCharToObjectFunction)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/CharSet.html" title="interface in org.eclipse.collections.api.set.primitive">CharSet</a>&nbsp;set1,
<a href="../set/primitive/CharSet.html" title="interface in org.eclipse.collections.api.set.primitive">CharSet</a>&nbsp;set2,
<a href="../block/function/primitive/CharCharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharCharToObjectFunction</a>&lt;C&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/primitive/DoubleDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleDoublePair</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/DoubleSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.DoubleSet,org.eclipse.collections.api.set.primitive.DoubleSet)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/DoubleSet.html" title="interface in org.eclipse.collections.api.set.primitive">DoubleSet</a>&nbsp;set1,
<a href="../set/primitive/DoubleSet.html" title="interface in org.eclipse.collections.api.set.primitive">DoubleSet</a>&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/DoubleSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.DoubleSet,org.eclipse.collections.api.set.primitive.DoubleSet,org.eclipse.collections.api.block.function.primitive.DoubleDoubleToObjectFunction)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/DoubleSet.html" title="interface in org.eclipse.collections.api.set.primitive">DoubleSet</a>&nbsp;set1,
<a href="../set/primitive/DoubleSet.html" title="interface in org.eclipse.collections.api.set.primitive">DoubleSet</a>&nbsp;set2,
<a href="../block/function/primitive/DoubleDoubleToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleDoubleToObjectFunction</a>&lt;C&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/primitive/FloatFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatFloatPair</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/FloatSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.FloatSet,org.eclipse.collections.api.set.primitive.FloatSet)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/FloatSet.html" title="interface in org.eclipse.collections.api.set.primitive">FloatSet</a>&nbsp;set1,
<a href="../set/primitive/FloatSet.html" title="interface in org.eclipse.collections.api.set.primitive">FloatSet</a>&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/FloatSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.FloatSet,org.eclipse.collections.api.set.primitive.FloatSet,org.eclipse.collections.api.block.function.primitive.FloatFloatToObjectFunction)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/FloatSet.html" title="interface in org.eclipse.collections.api.set.primitive">FloatSet</a>&nbsp;set1,
<a href="../set/primitive/FloatSet.html" title="interface in org.eclipse.collections.api.set.primitive">FloatSet</a>&nbsp;set2,
<a href="../block/function/primitive/FloatFloatToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatFloatToObjectFunction</a>&lt;C&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/primitive/IntIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntIntPair</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/IntSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.IntSet,org.eclipse.collections.api.set.primitive.IntSet)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/IntSet.html" title="interface in org.eclipse.collections.api.set.primitive">IntSet</a>&nbsp;set1,
<a href="../set/primitive/IntSet.html" title="interface in org.eclipse.collections.api.set.primitive">IntSet</a>&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/IntSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.IntSet,org.eclipse.collections.api.set.primitive.IntSet,org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/IntSet.html" title="interface in org.eclipse.collections.api.set.primitive">IntSet</a>&nbsp;set1,
<a href="../set/primitive/IntSet.html" title="interface in org.eclipse.collections.api.set.primitive">IntSet</a>&nbsp;set2,
<a href="../block/function/primitive/IntIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntIntToObjectFunction</a>&lt;C&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/primitive/LongLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongLongPair</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LongSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/LongSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.LongSet,org.eclipse.collections.api.set.primitive.LongSet)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/LongSet.html" title="interface in org.eclipse.collections.api.set.primitive">LongSet</a>&nbsp;set1,
<a href="../set/primitive/LongSet.html" title="interface in org.eclipse.collections.api.set.primitive">LongSet</a>&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LongSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/LongSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.LongSet,org.eclipse.collections.api.set.primitive.LongSet,org.eclipse.collections.api.block.function.primitive.LongLongToObjectFunction)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/LongSet.html" title="interface in org.eclipse.collections.api.set.primitive">LongSet</a>&nbsp;set1,
<a href="../set/primitive/LongSet.html" title="interface in org.eclipse.collections.api.set.primitive">LongSet</a>&nbsp;set2,
<a href="../block/function/primitive/LongLongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongLongToObjectFunction</a>&lt;C&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/primitive/ShortShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortShortPair</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/ShortSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.ShortSet,org.eclipse.collections.api.set.primitive.ShortSet)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/ShortSet.html" title="interface in org.eclipse.collections.api.set.primitive">ShortSet</a>&nbsp;set1,
<a href="../set/primitive/ShortSet.html" title="interface in org.eclipse.collections.api.set.primitive">ShortSet</a>&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortSets.</span><code><span class="memberNameLink"><a href="../../impl/factory/primitive/ShortSets.html#cartesianProduct(org.eclipse.collections.api.set.primitive.ShortSet,org.eclipse.collections.api.set.primitive.ShortSet,org.eclipse.collections.api.block.function.primitive.ShortShortToObjectFunction)">cartesianProduct</a></span>&#8203;(<a href="../set/primitive/ShortSet.html" title="interface in org.eclipse.collections.api.set.primitive">ShortSet</a>&nbsp;set1,
<a href="../set/primitive/ShortSet.html" title="interface in org.eclipse.collections.api.set.primitive">ShortSet</a>&nbsp;set2,
<a href="../block/function/primitive/ShortShortToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortShortToObjectFunction</a>&lt;C&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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/lazy/package-summary.html">org.eclipse.collections.impl.lazy</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../impl/lazy/package-summary.html">org.eclipse.collections.impl.lazy</a> that implement <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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/lazy/AbstractLazyIterable.html" title="class in org.eclipse.collections.impl.lazy">AbstractLazyIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable,
RejectIterable and CollectIterable can be derived.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/ChunkIterable.html" title="class in org.eclipse.collections.impl.lazy">ChunkIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A ChunkIterable is an iterable that partitions a source iterable into fixed size chunks as it iterates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/CollectIterable.html" title="class in org.eclipse.collections.impl.lazy">CollectIterable</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">
<div class="block">A CollectIterable is an iterable that transforms a source iterable using a function as it iterates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/CompositeIterable.html" title="class in org.eclipse.collections.impl.lazy">CompositeIterable</a>&lt;E&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/DistinctIterable.html" title="class in org.eclipse.collections.impl.lazy">DistinctIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A DistinctIterable is an iterable that eliminates duplicates from a source iterable as it iterates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/DropIterable.html" title="class in org.eclipse.collections.impl.lazy">DropIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">Iterates over the elements of the adapted Iterable skipping the first count elements or the full adapted Iterable if
the count is non-positive.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/DropWhileIterable.html" title="class in org.eclipse.collections.impl.lazy">DropWhileIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">Iterates over the elements of the adapted Iterable skipping the first elements until the predicate returns false.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/FlatCollectIterable.html" title="class in org.eclipse.collections.impl.lazy">FlatCollectIterable</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html" title="class in org.eclipse.collections.impl.lazy">LazyIterableAdapter</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A LazyIterableAdapter wraps any iterable with the LazyIterable interface.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/RejectIterable.html" title="class in org.eclipse.collections.impl.lazy">RejectIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A RejectIterable is an iterable that filters a source iterable on a negative condition as it iterates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/ReverseIterable.html" title="class in org.eclipse.collections.impl.lazy">ReverseIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/SelectInstancesOfIterable.html" title="class in org.eclipse.collections.impl.lazy">SelectInstancesOfIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A SelectIterable is an iterable that filters a source iterable for instances of a Class as it iterates.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/SelectIterable.html" title="class in org.eclipse.collections.impl.lazy">SelectIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A SelectIterable is an iterable that filters a source iterable on a condition as it iterates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/TakeIterable.html" title="class in org.eclipse.collections.impl.lazy">TakeIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">Iterates over the first count elements of the adapted Iterable or the full size of the adapted
iterable if the count is greater than the length of the receiver.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/TakeWhileIterable.html" title="class in org.eclipse.collections.impl.lazy">TakeWhileIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">Iterates over the elements of the adapted Iterable until the predicate returns false.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/TapIterable.html" title="class in org.eclipse.collections.impl.lazy">TapIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A TapIterable is an iterable that executes a procedure for each element before each iteration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/ZipIterable.html" title="class in org.eclipse.collections.impl.lazy">ZipIterable</a>&lt;X,&#8203;Y&gt;</span></code></th>
<td class="colLast">
<div class="block">A ZipIterable is an iterable that transforms a source iterable on a condition as it iterates.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/ZipWithIndexIterable.html" title="class in org.eclipse.collections.impl.lazy">ZipWithIndexIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A CollectIterable is an iterable that transforms a source iterable on a condition as it iterates.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/lazy/package-summary.html">org.eclipse.collections.impl.lazy</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../RichIterable.html" title="interface in org.eclipse.collections.api">RichIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#chunk(int)">chunk</a></span>&#8203;(int&nbsp;size)</code></th>
<td class="colLast">&nbsp;</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">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#collect(org.eclipse.collections.api.block.function.Function)">collect</a></span>&#8203;(<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>,&#8203;? 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">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#collect(org.eclipse.collections.api.block.function.Function)">collect</a></span>&#8203;(<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>,&#8203;? 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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#collectIf(org.eclipse.collections.api.block.predicate.Predicate,org.eclipse.collections.api.block.function.Function)">collectIf</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&nbsp;predicate,
<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>,&#8203;? 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">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#collectIf(org.eclipse.collections.api.block.predicate.Predicate,org.eclipse.collections.api.block.function.Function)">collectIf</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;&nbsp;predicate,
<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P,&#8203;
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">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#collectWith(org.eclipse.collections.api.block.function.Function2,P)">collectWith</a></span>&#8203;(<a href="../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>,&#8203;? super P,&#8203;? extends V&gt;&nbsp;function,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#concatenate(java.lang.Iterable)">concatenate</a></span>&#8203;(<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/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/DistinctIterable.html" title="type parameter in DistinctIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DistinctIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/DistinctIterable.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#drop(int)">drop</a></span>&#8203;(int&nbsp;count)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#drop(int)">drop</a></span>&#8203;(int&nbsp;count)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#dropWhile(org.eclipse.collections.api.block.predicate.Predicate)">dropWhile</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#dropWhile(org.eclipse.collections.api.block.predicate.Predicate)">dropWhile</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;&nbsp;predicate)</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">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#flatCollect(org.eclipse.collections.api.block.function.Function)">flatCollect</a></span>&#8203;(<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>,&#8203;? 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>
<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">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#flatCollect(org.eclipse.collections.api.block.function.Function)">flatCollect</a></span>&#8203;(<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>,&#8203;? 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>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#rejectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">rejectWith</a></span>&#8203;(<a href="../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;S&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#selectInstancesOf(java.lang.Class)">selectInstancesOf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;S&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#selectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">selectWith</a></span>&#8203;(<a href="../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#take(int)">take</a></span>&#8203;(int&nbsp;count)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#take(int)">take</a></span>&#8203;(int&nbsp;count)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#takeWhile(org.eclipse.collections.api.block.predicate.Predicate)">takeWhile</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterableAdapter.</span><code><span class="memberNameLink"><a href="../../impl/lazy/LazyIterableAdapter.html#takeWhile(org.eclipse.collections.api.block.predicate.Predicate)">takeWhile</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/lazy/LazyIterableAdapter.html" title="type parameter in LazyIterableAdapter">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#tap(org.eclipse.collections.api.block.procedure.Procedure)">tap</a></span>&#8203;(<a href="../block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>,&#8203;S&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#zip(java.lang.Iterable)">zip</a></span>&#8203;(<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;S&gt;&nbsp;that)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>,&#8203;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#zipWithIndex()">zipWithIndex</a></span>()</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.parallel">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/lazy/parallel/package-summary.html">org.eclipse.collections.impl.lazy.parallel</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/lazy/parallel/package-summary.html">org.eclipse.collections.impl.lazy.parallel</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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>abstract <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/AbstractParallelIterable.html" title="type parameter in AbstractParallelIterable">B</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/AbstractParallelIterable.html#split()">split</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/set/UnsortedSetBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.set">UnsortedSetBatch</a>&lt;<a href="../../impl/lazy/parallel/ParallelDistinctIterable.html" title="type parameter in ParallelDistinctIterable">T</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelDistinctIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/ParallelDistinctIterable.html#split()">split</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/Batch.html" title="interface in org.eclipse.collections.impl.lazy.parallel">Batch</a>&lt;<a href="../../impl/lazy/parallel/ParallelSelectIterable.html" title="type parameter in ParallelSelectIterable">T</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelSelectIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/ParallelSelectIterable.html#split()">split</a></span>()</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.parallel.bag">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/lazy/parallel/bag/package-summary.html">org.eclipse.collections.impl.lazy.parallel.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/lazy/parallel/bag/package-summary.html">org.eclipse.collections.impl.lazy.parallel.bag</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/bag/UnsortedBagBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.bag">UnsortedBagBatch</a>&lt;<a href="../../impl/lazy/parallel/bag/ParallelCollectUnsortedBag.html" title="type parameter in ParallelCollectUnsortedBag">V</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelCollectUnsortedBag.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/bag/ParallelCollectUnsortedBag.html#split()">split</a></span>()</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.parallel.list">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/lazy/parallel/list/package-summary.html">org.eclipse.collections.impl.lazy.parallel.list</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/lazy/parallel/list/package-summary.html">org.eclipse.collections.impl.lazy.parallel.list</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/list/RootListBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.list">RootListBatch</a>&lt;<a href="../../impl/lazy/parallel/list/ListIterableParallelIterable.html" title="type parameter in ListIterableParallelIterable">T</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ListIterableParallelIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/list/ListIterableParallelIterable.html#split()">split</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/list/ListBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.list">ListBatch</a>&lt;<a href="../../impl/lazy/parallel/list/ParallelCollectListIterable.html" title="type parameter in ParallelCollectListIterable">V</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelCollectListIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/list/ParallelCollectListIterable.html#split()">split</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/list/ListBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.list">ListBatch</a>&lt;<a href="../../impl/lazy/parallel/list/ParallelFlatCollectListIterable.html" title="type parameter in ParallelFlatCollectListIterable">V</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelFlatCollectListIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/list/ParallelFlatCollectListIterable.html#split()">split</a></span>()</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.parallel.set">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/lazy/parallel/set/package-summary.html">org.eclipse.collections.impl.lazy.parallel.set</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/lazy/parallel/set/package-summary.html">org.eclipse.collections.impl.lazy.parallel.set</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/Batch.html" title="interface in org.eclipse.collections.impl.lazy.parallel">Batch</a>&lt;<a href="../../impl/lazy/parallel/set/ParallelCollectIterable.html" title="type parameter in ParallelCollectIterable">V</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelCollectIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/set/ParallelCollectIterable.html#split()">split</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/parallel/Batch.html" title="interface in org.eclipse.collections.impl.lazy.parallel">Batch</a>&lt;<a href="../../impl/lazy/parallel/set/ParallelFlatCollectIterable.html" title="type parameter in ParallelFlatCollectIterable">V</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelFlatCollectIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/parallel/set/ParallelFlatCollectIterable.html#split()">split</a></span>()</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> that implement <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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/lazy/primitive/ChunkBooleanIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkBooleanIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file chunkPrimitiveIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/ChunkByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file chunkPrimitiveIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/ChunkCharIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkCharIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file chunkPrimitiveIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/ChunkDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkDoubleIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file chunkPrimitiveIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/ChunkFloatIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkFloatIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file chunkPrimitiveIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/ChunkIntIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkIntIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file chunkPrimitiveIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/ChunkLongIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkLongIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file chunkPrimitiveIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/ChunkShortIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkShortIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file chunkPrimitiveIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectBooleanToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectBooleanToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectByteToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectByteToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectCharToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectCharToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectDoubleToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectDoubleToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectFloatToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectFloatToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectIntToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectIntToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectLongToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectLongToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectShortToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectShortToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/FlatCollectBooleanToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectBooleanToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/FlatCollectByteToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectByteToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/FlatCollectCharToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectCharToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/FlatCollectDoubleToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectDoubleToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/FlatCollectFloatToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectFloatToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/FlatCollectIntToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectIntToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/FlatCollectLongToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectLongToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/FlatCollectShortToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectShortToObjectIterable</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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">AbstractLazyBooleanIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyBooleanIterable.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</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">AbstractLazyByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyByteIterable.html#collect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/ByteToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToObjectFunction</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyCharIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyCharIterable.html#collect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</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">AbstractLazyDoubleIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyDoubleIterable.html#collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/DoubleToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToObjectFunction</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="../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="../block/function/primitive/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">AbstractLazyIntIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyLongIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyLongIterable.html#collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</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">AbstractLazyShortIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyShortIterable.html#collect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction)">collect</a></span>&#8203;(<a href="../block/function/primitive/ShortToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToObjectFunction</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyBooleanIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyBooleanIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</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>
<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">AbstractLazyByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyByteIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/ByteToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToObjectFunction</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>
<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">AbstractLazyCharIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyCharIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</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>
<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">AbstractLazyDoubleIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyDoubleIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/DoubleToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToObjectFunction</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>
<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#flatCollect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/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>
<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">AbstractLazyIntIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyIntIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</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>
<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">AbstractLazyLongIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyLongIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</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>
<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">AbstractLazyShortIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyShortIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../block/function/primitive/ShortToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToObjectFunction</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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/CollectBooleanIterable.html#%3Cinit%3E(org.eclipse.collections.api.LazyIterable,org.eclipse.collections.api.block.function.primitive.BooleanFunction)">CollectBooleanIterable</a></span>&#8203;(<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/primitive/CollectBooleanIterable.html" title="type parameter in CollectBooleanIterable">T</a>&gt;&nbsp;adapted,
<a href="../block/function/primitive/BooleanFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanFunction</a>&lt;? super <a href="../../impl/lazy/primitive/CollectBooleanIterable.html" title="type parameter in CollectBooleanIterable">T</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/CollectByteIterable.html#%3Cinit%3E(org.eclipse.collections.api.LazyIterable,org.eclipse.collections.api.block.function.primitive.ByteFunction)">CollectByteIterable</a></span>&#8203;(<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/primitive/CollectByteIterable.html" title="type parameter in CollectByteIterable">T</a>&gt;&nbsp;adapted,
<a href="../block/function/primitive/ByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction</a>&lt;? super <a href="../../impl/lazy/primitive/CollectByteIterable.html" title="type parameter in CollectByteIterable">T</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectCharIterable.html#%3Cinit%3E(org.eclipse.collections.api.LazyIterable,org.eclipse.collections.api.block.function.primitive.CharFunction)">CollectCharIterable</a></span>&#8203;(<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/primitive/CollectCharIterable.html" title="type parameter in CollectCharIterable">T</a>&gt;&nbsp;adapted,
<a href="../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../impl/lazy/primitive/CollectCharIterable.html" title="type parameter in CollectCharIterable">T</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/CollectDoubleIterable.html#%3Cinit%3E(org.eclipse.collections.api.LazyIterable,org.eclipse.collections.api.block.function.primitive.DoubleFunction)">CollectDoubleIterable</a></span>&#8203;(<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/primitive/CollectDoubleIterable.html" title="type parameter in CollectDoubleIterable">T</a>&gt;&nbsp;adapted,
<a href="../block/function/primitive/DoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleFunction</a>&lt;? super <a href="../../impl/lazy/primitive/CollectDoubleIterable.html" title="type parameter in CollectDoubleIterable">T</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectFloatIterable.html#%3Cinit%3E(org.eclipse.collections.api.LazyIterable,org.eclipse.collections.api.block.function.primitive.FloatFunction)">CollectFloatIterable</a></span>&#8203;(<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/primitive/CollectFloatIterable.html" title="type parameter in CollectFloatIterable">T</a>&gt;&nbsp;adapted,
<a href="../block/function/primitive/FloatFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatFunction</a>&lt;? super <a href="../../impl/lazy/primitive/CollectFloatIterable.html" title="type parameter in CollectFloatIterable">T</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/CollectIntIterable.html#%3Cinit%3E(org.eclipse.collections.api.LazyIterable,org.eclipse.collections.api.block.function.primitive.IntFunction)">CollectIntIterable</a></span>&#8203;(<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/primitive/CollectIntIterable.html" title="type parameter in CollectIntIterable">T</a>&gt;&nbsp;adapted,
<a href="../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../impl/lazy/primitive/CollectIntIterable.html" title="type parameter in CollectIntIterable">T</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/CollectLongIterable.html#%3Cinit%3E(org.eclipse.collections.api.LazyIterable,org.eclipse.collections.api.block.function.primitive.LongFunction)">CollectLongIterable</a></span>&#8203;(<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/primitive/CollectLongIterable.html" title="type parameter in CollectLongIterable">T</a>&gt;&nbsp;adapted,
<a href="../block/function/primitive/LongFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongFunction</a>&lt;? super <a href="../../impl/lazy/primitive/CollectLongIterable.html" title="type parameter in CollectLongIterable">T</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/CollectShortIterable.html#%3Cinit%3E(org.eclipse.collections.api.LazyIterable,org.eclipse.collections.api.block.function.primitive.ShortFunction)">CollectShortIterable</a></span>&#8203;(<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/lazy/primitive/CollectShortIterable.html" title="type parameter in CollectShortIterable">T</a>&gt;&nbsp;adapted,
<a href="../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../impl/lazy/primitive/CollectShortIterable.html" title="type parameter in CollectShortIterable">T</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.list">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/list/package-summary.html">org.eclipse.collections.impl.list</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../impl/list/package-summary.html">org.eclipse.collections.impl.list</a> that implement <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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/list/Interval.html" title="class in org.eclipse.collections.impl.list">Interval</a></span></code></th>
<td class="colLast">
<div class="block">An Interval is a range of integers that may be iterated over using a step value.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/list/package-summary.html">org.eclipse.collections.impl.list</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../impl/list/Interval.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../impl/list/Interval.html#drop(int)">drop</a></span>&#8203;(int&nbsp;count)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Interval.</span><code><span class="memberNameLink"><a href="../../impl/list/Interval.html#take(int)">take</a></span>&#8203;(int&nbsp;count)</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/list/mutable/MultiReaderFastList.html" title="type parameter in MultiReaderFastList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderFastList.</span><code><span class="memberNameLink"><a href="../../impl/list/mutable/MultiReaderFastList.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/list/mutable/SynchronizedMutableList.html" title="type parameter in SynchronizedMutableList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedMutableList.</span><code><span class="memberNameLink"><a href="../../impl/list/mutable/SynchronizedMutableList.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/list/mutable/UnmodifiableMutableList.html" title="type parameter in UnmodifiableMutableList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableList.</span><code><span class="memberNameLink"><a href="../../impl/list/mutable/UnmodifiableMutableList.html#asReversed()">asReversed</a></span>()</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/map/package-summary.html">org.eclipse.collections.impl.map</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/map/package-summary.html">org.eclipse.collections.impl.map</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/AbstractMapIterable.html" title="type parameter in AbstractMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMapIterable.</span><code><span class="memberNameLink"><a href="../../impl/map/AbstractMapIterable.html#asLazy()">asLazy</a></span>()</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/map/mutable/package-summary.html">org.eclipse.collections.impl.map.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/map/mutable/package-summary.html">org.eclipse.collections.impl.map.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/UnmodifiableMutableMap.html" title="type parameter in UnmodifiableMutableMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/UnmodifiableMutableMap.html#asLazy()">asLazy</a></span>()</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ByteObjectHashMap.html" title="type parameter in ByteObjectHashMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteObjectHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteObjectHashMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/CharObjectHashMap.html" title="type parameter in CharObjectHashMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharObjectHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/CharObjectHashMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/DoubleObjectHashMap.html" title="type parameter in DoubleObjectHashMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleObjectHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/DoubleObjectHashMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/FloatObjectHashMap.html" title="type parameter in FloatObjectHashMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatObjectHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/FloatObjectHashMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/IntObjectHashMap.html" title="type parameter in IntObjectHashMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntObjectHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/IntObjectHashMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/LongObjectHashMap.html" title="type parameter in LongObjectHashMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LongObjectHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/LongObjectHashMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ShortObjectHashMap.html" title="type parameter in ShortObjectHashMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortObjectHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ShortObjectHashMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedByteObjectMap.html" title="type parameter in SynchronizedByteObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedCharObjectMap.html" title="type parameter in SynchronizedCharObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedCharObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedDoubleObjectMap.html" title="type parameter in SynchronizedDoubleObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedDoubleObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedFloatObjectMap.html" title="type parameter in SynchronizedFloatObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedFloatObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedIntObjectMap.html" title="type parameter in SynchronizedIntObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedIntObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedLongObjectMap.html" title="type parameter in SynchronizedLongObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedLongObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedShortObjectMap.html" title="type parameter in SynchronizedShortObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedShortObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableByteObjectMap.html" title="type parameter in UnmodifiableByteObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableCharObjectMap.html" title="type parameter in UnmodifiableCharObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableCharObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableDoubleObjectMap.html" title="type parameter in UnmodifiableDoubleObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableDoubleObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableFloatObjectMap.html" title="type parameter in UnmodifiableFloatObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableFloatObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableIntObjectMap.html" title="type parameter in UnmodifiableIntObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableIntObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableLongObjectMap.html" title="type parameter in UnmodifiableLongObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableLongObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableShortObjectMap.html" title="type parameter in UnmodifiableShortObjectMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableShortObjectMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectBooleanHashMap.html" title="type parameter in ObjectBooleanHashMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectBooleanHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="type parameter in ObjectBooleanHashMapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectByteHashMap.html" title="type parameter in ObjectByteHashMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectByteHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="type parameter in ObjectByteHashMapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectCharHashMap.html" title="type parameter in ObjectCharHashMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectCharHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="type parameter in ObjectCharHashMapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectDoubleHashMap.html" title="type parameter in ObjectDoubleHashMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectDoubleHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="type parameter in ObjectDoubleHashMapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectFloatHashMap.html" title="type parameter in ObjectFloatHashMap">K</a>&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#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="type parameter in ObjectFloatHashMapWithHashingStrategy">K</a>&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#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectIntHashMap.html" title="type parameter in ObjectIntHashMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectIntHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="type parameter in ObjectIntHashMapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectLongHashMap.html" title="type parameter in ObjectLongHashMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectLongHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="type parameter in ObjectLongHashMapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectShortHashMap.html" title="type parameter in ObjectShortHashMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectShortHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="type parameter in ObjectShortHashMapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedObjectBooleanMap.html" title="type parameter in SynchronizedObjectBooleanMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectBooleanMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedObjectBooleanMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedObjectByteMap.html" title="type parameter in SynchronizedObjectByteMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedObjectByteMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedObjectCharMap.html" title="type parameter in SynchronizedObjectCharMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectCharMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedObjectCharMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedObjectDoubleMap.html" title="type parameter in SynchronizedObjectDoubleMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectDoubleMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedObjectDoubleMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedObjectFloatMap.html" title="type parameter in SynchronizedObjectFloatMap">K</a>&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#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedObjectIntMap.html" title="type parameter in SynchronizedObjectIntMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectIntMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedObjectIntMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedObjectLongMap.html" title="type parameter in SynchronizedObjectLongMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectLongMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedObjectLongMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/SynchronizedObjectShortMap.html" title="type parameter in SynchronizedObjectShortMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectShortMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedObjectShortMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableObjectBooleanMap.html" title="type parameter in UnmodifiableObjectBooleanMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectBooleanMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableObjectBooleanMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableObjectByteMap.html" title="type parameter in UnmodifiableObjectByteMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableObjectByteMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableObjectCharMap.html" title="type parameter in UnmodifiableObjectCharMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectCharMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableObjectCharMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableObjectDoubleMap.html" title="type parameter in UnmodifiableObjectDoubleMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectDoubleMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableObjectDoubleMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableObjectFloatMap.html" title="type parameter in UnmodifiableObjectFloatMap">K</a>&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#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableObjectIntMap.html" title="type parameter in UnmodifiableObjectIntMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectIntMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableObjectIntMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableObjectLongMap.html" title="type parameter in UnmodifiableObjectLongMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectLongMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableObjectLongMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/mutable/primitive/UnmodifiableObjectShortMap.html" title="type parameter in UnmodifiableObjectShortMap">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectShortMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableObjectShortMap.html#keysView()">keysView</a></span>()</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.ordered.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/map/ordered/mutable/package-summary.html">org.eclipse.collections.impl.map.ordered.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/map/ordered/mutable/package-summary.html">org.eclipse.collections.impl.map.ordered.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/ordered/mutable/UnmodifiableMutableOrderedMap.html" title="type parameter in UnmodifiableMutableOrderedMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableOrderedMap.</span><code><span class="memberNameLink"><a href="../../impl/map/ordered/mutable/UnmodifiableMutableOrderedMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/ordered/mutable/OrderedMapAdapter.html" title="type parameter in OrderedMapAdapter">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OrderedMapAdapter.</span><code><span class="memberNameLink"><a href="../../impl/map/ordered/mutable/OrderedMapAdapter.html#asReversed()">asReversed</a></span>()</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.sorted.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/map/sorted/immutable/package-summary.html">org.eclipse.collections.impl.map.sorted.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/map/sorted/immutable/package-summary.html">org.eclipse.collections.impl.map.sorted.immutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/sorted/immutable/AbstractImmutableSortedMap.html" title="type parameter in AbstractImmutableSortedMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractImmutableSortedMap.</span><code><span class="memberNameLink"><a href="../../impl/map/sorted/immutable/AbstractImmutableSortedMap.html#asReversed()">asReversed</a></span>()</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.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/map/sorted/mutable/package-summary.html">org.eclipse.collections.impl.map.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/map/sorted/mutable/package-summary.html">org.eclipse.collections.impl.map.sorted.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/sorted/mutable/UnmodifiableTreeMap.html" title="type parameter in UnmodifiableTreeMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableTreeMap.</span><code><span class="memberNameLink"><a href="../../impl/map/sorted/mutable/UnmodifiableTreeMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/sorted/mutable/AbstractMutableSortedMap.html" title="type parameter in AbstractMutableSortedMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSortedMap.</span><code><span class="memberNameLink"><a href="../../impl/map/sorted/mutable/AbstractMutableSortedMap.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/sorted/mutable/SynchronizedSortedMap.html" title="type parameter in SynchronizedSortedMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedMap.</span><code><span class="memberNameLink"><a href="../../impl/map/sorted/mutable/SynchronizedSortedMap.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/map/sorted/mutable/UnmodifiableTreeMap.html" title="type parameter in UnmodifiableTreeMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableTreeMap.</span><code><span class="memberNameLink"><a href="../../impl/map/sorted/mutable/UnmodifiableTreeMap.html#asReversed()">asReversed</a></span>()</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/set/package-summary.html">org.eclipse.collections.impl.set</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/set/package-summary.html">org.eclipse.collections.impl.set</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/AbstractUnifiedSet.html" title="type parameter in AbstractUnifiedSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnifiedSet.</span><code><span class="memberNameLink"><a href="../../impl/set/AbstractUnifiedSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</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.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/set/immutable/package-summary.html">org.eclipse.collections.impl.set.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/set/immutable/package-summary.html">org.eclipse.collections.impl.set.immutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/immutable/AbstractImmutableSet.html" title="type parameter in AbstractImmutableSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractImmutableSet.</span><code><span class="memberNameLink"><a href="../../impl/set/immutable/AbstractImmutableSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/set/mutable/package-summary.html">org.eclipse.collections.impl.set.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/set/mutable/package-summary.html">org.eclipse.collections.impl.set.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/mutable/AbstractMutableSet.html" title="type parameter in AbstractMutableSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSet.</span><code><span class="memberNameLink"><a href="../../impl/set/mutable/AbstractMutableSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/mutable/MultiReaderUnifiedSet.html" title="type parameter in MultiReaderUnifiedSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderUnifiedSet.</span><code><span class="memberNameLink"><a href="../../impl/set/mutable/MultiReaderUnifiedSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/mutable/SetAdapter.html" title="type parameter in SetAdapter">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SetAdapter.</span><code><span class="memberNameLink"><a href="../../impl/set/mutable/SetAdapter.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/mutable/SynchronizedMutableSet.html" title="type parameter in SynchronizedMutableSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedMutableSet.</span><code><span class="memberNameLink"><a href="../../impl/set/mutable/SynchronizedMutableSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/mutable/UnmodifiableMutableSet.html" title="type parameter in UnmodifiableMutableSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableSet.</span><code><span class="memberNameLink"><a href="../../impl/set/mutable/UnmodifiableMutableSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</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.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/set/sorted/mutable/package-summary.html">org.eclipse.collections.impl.set.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/set/sorted/mutable/package-summary.html">org.eclipse.collections.impl.set.sorted.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/set/sorted/mutable/SortedSetAdapter.html" title="type parameter in SortedSetAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortedSetAdapter.</span><code><span class="memberNameLink"><a href="../../impl/set/sorted/mutable/SortedSetAdapter.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/set/sorted/mutable/SynchronizedSortedSet.html" title="type parameter in SynchronizedSortedSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedSet.</span><code><span class="memberNameLink"><a href="../../impl/set/sorted/mutable/SynchronizedSortedSet.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/set/sorted/mutable/TreeSortedSet.html" title="type parameter in TreeSortedSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TreeSortedSet.</span><code><span class="memberNameLink"><a href="../../impl/set/sorted/mutable/TreeSortedSet.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/set/sorted/mutable/UnmodifiableSortedSet.html" title="type parameter in UnmodifiableSortedSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableSortedSet.</span><code><span class="memberNameLink"><a href="../../impl/set/sorted/mutable/UnmodifiableSortedSet.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/sorted/mutable/SortedSetAdapter.html" title="type parameter in SortedSetAdapter">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortedSetAdapter.</span><code><span class="memberNameLink"><a href="../../impl/set/sorted/mutable/SortedSetAdapter.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/sorted/mutable/SynchronizedSortedSet.html" title="type parameter in SynchronizedSortedSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedSet.</span><code><span class="memberNameLink"><a href="../../impl/set/sorted/mutable/SynchronizedSortedSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/sorted/mutable/TreeSortedSet.html" title="type parameter in TreeSortedSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TreeSortedSet.</span><code><span class="memberNameLink"><a href="../../impl/set/sorted/mutable/TreeSortedSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../impl/set/sorted/mutable/UnmodifiableSortedSet.html" title="type parameter in UnmodifiableSortedSet">T</a>,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableSortedSet.</span><code><span class="memberNameLink"><a href="../../impl/set/sorted/mutable/UnmodifiableSortedSet.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set)</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.strategy.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/set/strategy/mutable/package-summary.html">org.eclipse.collections.impl.set.strategy.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/set/strategy/mutable/package-summary.html">org.eclipse.collections.impl.set.strategy.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#lazyCollect(org.eclipse.collections.api.block.function.Function)">lazyCollect</a></span>&#8203;(<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 3.0.</div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#lazyReject(org.eclipse.collections.api.block.predicate.Predicate)">lazyReject</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 3.0.</div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#lazySelect(org.eclipse.collections.api.block.predicate.Predicate)">lazySelect</a></span>&#8203;(<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 3.0.</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/stack/mutable/package-summary.html">org.eclipse.collections.impl.stack.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/stack/mutable/package-summary.html">org.eclipse.collections.impl.stack.mutable</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/stack/mutable/ArrayStack.html" title="type parameter in ArrayStack">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayStack.</span><code><span class="memberNameLink"><a href="../../impl/stack/mutable/ArrayStack.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/stack/mutable/SynchronizedStack.html" title="type parameter in SynchronizedStack">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedStack.</span><code><span class="memberNameLink"><a href="../../impl/stack/mutable/SynchronizedStack.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../../impl/stack/mutable/UnmodifiableStack.html" title="type parameter in UnmodifiableStack">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableStack.</span><code><span class="memberNameLink"><a href="../../impl/stack/mutable/UnmodifiableStack.html#asLazy()">asLazy</a></span>()</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#adapt(java.lang.Iterable)">adapt</a></span>&#8203;(<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;T&gt;&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Creates a deferred rich iterable for the specified iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;A,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#cartesianProduct(java.lang.Iterable,java.lang.Iterable)">cartesianProduct</a></span>&#8203;(<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&gt;&nbsp;iterable1,
<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;B&gt;&nbsp;iterable2)</code></th>
<td class="colLast">
<div class="block">Create a deferred cartesian product of the two specified iterables.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#cartesianProduct(java.lang.Iterable,java.lang.Iterable,org.eclipse.collections.api.block.function.Function2)">cartesianProduct</a></span>&#8203;(<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&gt;&nbsp;iterable1,
<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;B&gt;&nbsp;iterable2,
<a href="../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super A,&#8203;? super B,&#8203;? extends C&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Create a deferred cartesian product of the two specified iterables.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../RichIterable.html" title="interface in org.eclipse.collections.api">RichIterable</a>&lt;T&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#chunk(java.lang.Iterable,int)">chunk</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
int&nbsp;size)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T,&#8203;
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">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#collect(java.lang.Iterable,org.eclipse.collections.api.block.function.Function)">collect</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming iterable for the specified iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T,&#8203;
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">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#collectIf(java.lang.Iterable,org.eclipse.collections.api.block.predicate.Predicate,org.eclipse.collections.api.block.function.Function)">collectIf</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super T&gt;&nbsp;predicate,
<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming iterable for the specified iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#concatenate(java.lang.Iterable...)">concatenate</a></span>&#8203;(<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;T&gt;...&nbsp;iterables)</code></th>
<td class="colLast">
<div class="block">Combines iterables into a deferred composite iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#distinct(java.lang.Iterable)">distinct</a></span>&#8203;(<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;T&gt;&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Creates a deferred distinct iterable for the specified iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#drop(java.lang.Iterable,int)">drop</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
int&nbsp;count)</code></th>
<td class="colLast">
<div class="block">Creates a deferred drop iterable for the specified iterable using the specified count as the size to drop.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#dropWhile(java.lang.Iterable,org.eclipse.collections.api.block.predicate.Predicate)">dropWhile</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super T&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a deferred dropWhile iterable for the specified iterable using the specified count as the size to drop.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#empty()">empty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T,&#8203;
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">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#flatCollect(java.lang.Iterable,org.eclipse.collections.api.block.function.Function)">flatCollect</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
<a href="../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? 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 flattening iterable for the specified iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#reject(java.lang.Iterable,org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super T&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a deferred negative filtering iterable for the specified iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#select(java.lang.Iterable,org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super T&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering iterable for the specified iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#selectInstancesOf(java.lang.Iterable,java.lang.Class)">selectInstancesOf</a></span>&#8203;(<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;?&gt;&nbsp;iterable,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;T&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#take(java.lang.Iterable,int)">take</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
int&nbsp;count)</code></th>
<td class="colLast">
<div class="block">Creates a deferred take iterable for the specified iterable using the specified count as the limit.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#takeWhile(java.lang.Iterable,org.eclipse.collections.api.block.predicate.Predicate)">takeWhile</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
<a href="../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super T&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a deferred takeWhile iterable for the specified iterable using the specified predicate.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#tap(java.lang.Iterable,org.eclipse.collections.api.block.procedure.Procedure)">tap</a></span>&#8203;(<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;T&gt;&nbsp;iterable,
<a href="../block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure</a>&lt;? super T&gt;&nbsp;procedure)</code></th>
<td class="colLast">
<div class="block">Creates a deferred tap iterable for the specified iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;A,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#zip(java.lang.Iterable,java.lang.Iterable)">zip</a></span>&#8203;(<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&gt;&nbsp;as,
<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;B&gt;&nbsp;bs)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;T,&#8203;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/LazyIterate.html#zipWithIndex(java.lang.Iterable)">zipWithIndex</a></span>&#8203;(<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;T&gt;&nbsp;iterable)</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a> in <a href="../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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;A,&#8203;
B&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;<a href="../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;A,&#8203;B&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SetIterables.</span><code><span class="memberNameLink"><a href="../../impl/utility/internal/SetIterables.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable,org.eclipse.collections.api.set.SetIterable)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;A&gt;&nbsp;set1,
<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;A,&#8203;
B,&#8203;
C&gt;&nbsp;<a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;C&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SetIterables.</span><code><span class="memberNameLink"><a href="../../impl/utility/internal/SetIterables.html#cartesianProduct(org.eclipse.collections.api.set.SetIterable,org.eclipse.collections.api.set.SetIterable,org.eclipse.collections.api.block.function.Function2)">cartesianProduct</a></span>&#8203;(<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;A&gt;&nbsp;set1,
<a href="../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;B&gt;&nbsp;set2,
<a href="../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;A,&#8203;B,&#8203;C&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.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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> that return <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</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">LazyBooleanIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyBooleanIterate.html#collect(org.eclipse.collections.api.BooleanIterable,org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></span>&#8203;(<a href="../BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming boolean iterable for the specified boolean 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">LazyByteIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyByteIterate.html#collect(org.eclipse.collections.api.ByteIterable,org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction)">collect</a></span>&#8203;(<a href="../ByteIterable.html" title="interface in org.eclipse.collections.api">ByteIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/ByteToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming byte iterable for the specified byte 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">LazyCharIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyCharIterate.html#collect(org.eclipse.collections.api.CharIterable,org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">collect</a></span>&#8203;(<a href="../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming char iterable for the specified char 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">LazyDoubleIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyDoubleIterate.html#collect(org.eclipse.collections.api.DoubleIterable,org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">collect</a></span>&#8203;(<a href="../DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/DoubleToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming double iterable for the specified double 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#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="../block/function/primitive/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">LazyIntIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyIntIterate.html#collect(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming int iterable for the specified int 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">LazyLongIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyLongIterate.html#collect(org.eclipse.collections.api.LongIterable,org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">collect</a></span>&#8203;(<a href="../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming long iterable for the specified long 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">LazyShortIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyShortIterate.html#collect(org.eclipse.collections.api.ShortIterable,org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction)">collect</a></span>&#8203;(<a href="../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/ShortToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming short iterable for the specified short 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">LazyBooleanIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyBooleanIterate.html#collectIf(org.eclipse.collections.api.BooleanIterable,org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate,org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collectIf</a></span>&#8203;(<a href="../BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;iterable,
<a href="../block/predicate/primitive/BooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanPredicate</a>&nbsp;predicate,
<a href="../block/function/primitive/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming boolean iterable for the specified boolean 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">LazyByteIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyByteIterate.html#collectIf(org.eclipse.collections.api.ByteIterable,org.eclipse.collections.api.block.predicate.primitive.BytePredicate,org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction)">collectIf</a></span>&#8203;(<a href="../ByteIterable.html" title="interface in org.eclipse.collections.api">ByteIterable</a>&nbsp;iterable,
<a href="../block/predicate/primitive/BytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BytePredicate</a>&nbsp;predicate,
<a href="../block/function/primitive/ByteToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming byte iterable for the specified byte 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">LazyCharIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyCharIterate.html#collectIf(org.eclipse.collections.api.CharIterable,org.eclipse.collections.api.block.predicate.primitive.CharPredicate,org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">collectIf</a></span>&#8203;(<a href="../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;iterable,
<a href="../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate,
<a href="../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming char iterable for the specified char 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">LazyDoubleIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyDoubleIterate.html#collectIf(org.eclipse.collections.api.DoubleIterable,org.eclipse.collections.api.block.predicate.primitive.DoublePredicate,org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">collectIf</a></span>&#8203;(<a href="../DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a>&nbsp;iterable,
<a href="../block/predicate/primitive/DoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoublePredicate</a>&nbsp;predicate,
<a href="../block/function/primitive/DoubleToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming double iterable for the specified double 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#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="../block/predicate/primitive/FloatPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">FloatPredicate</a>&nbsp;predicate,
<a href="../block/function/primitive/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="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">LazyIntIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyIntIterate.html#collectIf(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.predicate.primitive.IntPredicate,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collectIf</a></span>&#8203;(<a href="../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate,
<a href="../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming int iterable for the specified int 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">LazyLongIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyLongIterate.html#collectIf(org.eclipse.collections.api.LongIterable,org.eclipse.collections.api.block.predicate.primitive.LongPredicate,org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">collectIf</a></span>&#8203;(<a href="../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a>&nbsp;iterable,
<a href="../block/predicate/primitive/LongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongPredicate</a>&nbsp;predicate,
<a href="../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming long iterable for the specified long 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">LazyShortIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyShortIterate.html#collectIf(org.eclipse.collections.api.ShortIterable,org.eclipse.collections.api.block.predicate.primitive.ShortPredicate,org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction)">collectIf</a></span>&#8203;(<a href="../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;iterable,
<a href="../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate,
<a href="../block/function/primitive/ShortToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming short iterable for the specified short 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">LazyBooleanIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyBooleanIterate.html#flatCollect(org.eclipse.collections.api.BooleanIterable,org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</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 boolean iterable for the specified boolean 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">LazyByteIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyByteIterate.html#flatCollect(org.eclipse.collections.api.ByteIterable,org.eclipse.collections.api.block.function.primitive.ByteToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../ByteIterable.html" title="interface in org.eclipse.collections.api">ByteIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/ByteToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToObjectFunction</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 byte iterable for the specified byte 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">LazyCharIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyCharIterate.html#flatCollect(org.eclipse.collections.api.CharIterable,org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</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 char iterable for the specified char 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">LazyDoubleIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyDoubleIterate.html#flatCollect(org.eclipse.collections.api.DoubleIterable,org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/DoubleToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToObjectFunction</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 double iterable for the specified double 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="../block/function/primitive/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>
<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">LazyIntIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyIntIterate.html#flatCollect(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</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 int iterable for the specified int 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">LazyLongIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyLongIterate.html#flatCollect(org.eclipse.collections.api.LongIterable,org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</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 long iterable for the specified long 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">LazyShortIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyShortIterate.html#flatCollect(org.eclipse.collections.api.ShortIterable,org.eclipse.collections.api.block.function.primitive.ShortToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;iterable,
<a href="../block/function/primitive/ShortToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToObjectFunction</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 short iterable for the specified short 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="../LazyIterable.html" title="interface in org.eclipse.collections.api">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>