blob: 9b474e298fc4e87bce82d02341aa240a6277c9c8 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Thu Aug 20 21:25:36 CDT 2020 -->
<title>LazyDoubleIterable (Eclipse Collections - 10.4.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="description" content="declaration: package: org.eclipse.collections.api, interface: LazyDoubleIterable">
<meta name="generator" content="javadoc/ClassWriterImpl">
<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-declaration">
<script type="text/javascript">var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/LazyDoubleIterable.html">Use</a></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>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<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">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.collections.api</a></div>
<h1 title="Interface LazyDoubleIterable" class="title">Interface LazyDoubleIterable</h1>
</div>
<div class="contentContainer">
<section class="description">
<dl>
<dt>All Superinterfaces:</dt>
<dd><code><a href="DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a></code>, <code><a href="PrimitiveIterable.html" title="interface in org.eclipse.collections.api">PrimitiveIterable</a></code></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="../impl/lazy/primitive/AbstractLazyDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">AbstractLazyDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectBooleanToDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectBooleanToDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectByteToDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectByteToDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectCharToDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectCharToDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectDoubleToDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectDoubleToDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectFloatToDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectFloatToDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectIntToDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectIntToDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectLongToDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectLongToDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectShortToDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectShortToDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/LazyDoubleIterableAdapter.html" title="class in org.eclipse.collections.impl.lazy.primitive">LazyDoubleIterableAdapter</a></code>, <code><a href="../impl/lazy/primitive/ReverseDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ReverseDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/SelectDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">SelectDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/TapDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">TapDoubleIterable</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">LazyDoubleIterable</span>
extends <a href="DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a></pre>
<div class="block">This file was automatically generated from template file lazyPrimitiveIterable.stg.</div>
</section>
<section class="summary">
<ul class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<li class="blockList">
<section class="methodSummary"><a id="method.summary">
<!-- -->
</a>
<h2>Method Summary</h2>
<div class="memberSummary">
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t3" class="tableTab" onclick="show(4);">Abstract Methods</button></div>
<div id="memberSummary_tabpanel" role="tabpanel">
<table aria-labelledby="t0">
<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" id="i0">
<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"><code><span class="memberNameLink"><a href="#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">
<div class="block">Returns a new collection with the results of applying the specified function on each element of the source
collection.</div>
</td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code><a href="LazyBooleanIterable.html" title="interface in org.eclipse.collections.api">LazyBooleanIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectBoolean(org.eclipse.collections.api.block.function.primitive.DoubleToBooleanFunction)">collectBoolean</a></span>&#8203;(<a href="block/function/primitive/DoubleToBooleanFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToBooleanFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><code><a href="LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectByte(org.eclipse.collections.api.block.function.primitive.DoubleToByteFunction)">collectByte</a></span>&#8203;(<a href="block/function/primitive/DoubleToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><code><a href="LazyCharIterable.html" title="interface in org.eclipse.collections.api">LazyCharIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectChar(org.eclipse.collections.api.block.function.primitive.DoubleToCharFunction)">collectChar</a></span>&#8203;(<a href="block/function/primitive/DoubleToCharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToCharFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><code><a href="LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">collectDouble</a></span>&#8203;(<a href="block/function/primitive/DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i5">
<td class="colFirst"><code><a href="LazyFloatIterable.html" title="interface in org.eclipse.collections.api">LazyFloatIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectFloat(org.eclipse.collections.api.block.function.primitive.DoubleToFloatFunction)">collectFloat</a></span>&#8203;(<a href="block/function/primitive/DoubleToFloatFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToFloatFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i6">
<td class="colFirst"><code><a href="LazyIntIterable.html" title="interface in org.eclipse.collections.api">LazyIntIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectInt(org.eclipse.collections.api.block.function.primitive.DoubleToIntFunction)">collectInt</a></span>&#8203;(<a href="block/function/primitive/DoubleToIntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToIntFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i7">
<td class="colFirst"><code><a href="LazyLongIterable.html" title="interface in org.eclipse.collections.api">LazyLongIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectLong(org.eclipse.collections.api.block.function.primitive.DoubleToLongFunction)">collectLong</a></span>&#8203;(<a href="block/function/primitive/DoubleToLongFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToLongFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i8">
<td class="colFirst"><code><a href="LazyShortIterable.html" title="interface in org.eclipse.collections.api">LazyShortIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectShort(org.eclipse.collections.api.block.function.primitive.DoubleToShortFunction)">collectShort</a></span>&#8203;(<a href="block/function/primitive/DoubleToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i9">
<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"><code><span class="memberNameLink"><a href="#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" id="i10">
<td class="colFirst"><code><a href="LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">reject</a></span>&#8203;(<a href="block/predicate/primitive/DoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoublePredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns a new DoubleIterable with all of the elements in the DoubleIterable that
return false for the specified predicate.</div>
</td>
</tr>
<tr class="rowColor" id="i11">
<td class="colFirst"><code><a href="LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">select</a></span>&#8203;(<a href="block/predicate/primitive/DoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoublePredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns a new DoubleIterable with all of the elements in the DoubleIterable that
return true for the specified predicate.</div>
</td>
</tr>
<tr class="altColor" id="i12">
<td class="colFirst"><code><a href="LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure)">tap</a></span>&#8203;(<a href="block/procedure/primitive/DoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleProcedure</a>&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.<a href="DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.DoubleIterable">
<!-- -->
</a><code><a href="DoubleIterable.html#allSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">allSatisfy</a>, <a href="DoubleIterable.html#anySatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">anySatisfy</a>, <a href="DoubleIterable.html#asLazy()">asLazy</a>, <a href="DoubleIterable.html#average()">average</a>, <a href="DoubleIterable.html#averageIfEmpty(double)">averageIfEmpty</a>, <a href="DoubleIterable.html#chunk(int)">chunk</a>, <a href="DoubleIterable.html#collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction,R)">collect</a>, <a href="DoubleIterable.html#collectBoolean(org.eclipse.collections.api.block.function.primitive.DoubleToBooleanFunction,R)">collectBoolean</a>, <a href="DoubleIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.DoubleToByteFunction,R)">collectByte</a>, <a href="DoubleIterable.html#collectChar(org.eclipse.collections.api.block.function.primitive.DoubleToCharFunction,R)">collectChar</a>, <a href="DoubleIterable.html#collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction,R)">collectDouble</a>, <a href="DoubleIterable.html#collectFloat(org.eclipse.collections.api.block.function.primitive.DoubleToFloatFunction,R)">collectFloat</a>, <a href="DoubleIterable.html#collectInt(org.eclipse.collections.api.block.function.primitive.DoubleToIntFunction,R)">collectInt</a>, <a href="DoubleIterable.html#collectLong(org.eclipse.collections.api.block.function.primitive.DoubleToLongFunction,R)">collectLong</a>, <a href="DoubleIterable.html#collectShort(org.eclipse.collections.api.block.function.primitive.DoubleToShortFunction,R)">collectShort</a>, <a href="DoubleIterable.html#contains(double)">contains</a>, <a href="DoubleIterable.html#containsAll(double...)">containsAll</a>, <a href="DoubleIterable.html#containsAll(org.eclipse.collections.api.DoubleIterable)">containsAll</a>, <a href="DoubleIterable.html#count(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">count</a>, <a href="DoubleIterable.html#detectIfNone(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate,double)">detectIfNone</a>, <a href="DoubleIterable.html#doubleIterator()">doubleIterator</a>, <a href="DoubleIterable.html#each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure)">each</a>, <a href="DoubleIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction,R)">flatCollect</a>, <a href="DoubleIterable.html#forEach(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure)">forEach</a>, <a href="DoubleIterable.html#injectInto(T,org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction)">injectInto</a>, <a href="DoubleIterable.html#max()">max</a>, <a href="DoubleIterable.html#maxIfEmpty(double)">maxIfEmpty</a>, <a href="DoubleIterable.html#median()">median</a>, <a href="DoubleIterable.html#medianIfEmpty(double)">medianIfEmpty</a>, <a href="DoubleIterable.html#min()">min</a>, <a href="DoubleIterable.html#minIfEmpty(double)">minIfEmpty</a>, <a href="DoubleIterable.html#noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">noneSatisfy</a>, <a href="DoubleIterable.html#reduce(org.eclipse.collections.api.block.function.primitive.DoubleDoubleToDoubleFunction)">reduce</a>, <a href="DoubleIterable.html#reduceIfEmpty(org.eclipse.collections.api.block.function.primitive.DoubleDoubleToDoubleFunction,double)">reduceIfEmpty</a>, <a href="DoubleIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate,R)">reject</a>, <a href="DoubleIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate,R)">select</a>, <a href="DoubleIterable.html#sum()">sum</a>, <a href="DoubleIterable.html#summaryStatistics()">summaryStatistics</a>, <a href="DoubleIterable.html#toArray()">toArray</a>, <a href="DoubleIterable.html#toArray(double%5B%5D)">toArray</a>, <a href="DoubleIterable.html#toBag()">toBag</a>, <a href="DoubleIterable.html#toList()">toList</a>, <a href="DoubleIterable.html#toSet()">toSet</a>, <a href="DoubleIterable.html#toSortedArray()">toSortedArray</a>, <a href="DoubleIterable.html#toSortedList()">toSortedList</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.<a href="PrimitiveIterable.html" title="interface in org.eclipse.collections.api">PrimitiveIterable</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.PrimitiveIterable">
<!-- -->
</a><code><a href="PrimitiveIterable.html#appendString(java.lang.Appendable)">appendString</a>, <a href="PrimitiveIterable.html#appendString(java.lang.Appendable,java.lang.String)">appendString</a>, <a href="PrimitiveIterable.html#appendString(java.lang.Appendable,java.lang.String,java.lang.String,java.lang.String)">appendString</a>, <a href="PrimitiveIterable.html#isEmpty()">isEmpty</a>, <a href="PrimitiveIterable.html#makeString()">makeString</a>, <a href="PrimitiveIterable.html#makeString(java.lang.String)">makeString</a>, <a href="PrimitiveIterable.html#makeString(java.lang.String,java.lang.String,java.lang.String)">makeString</a>, <a href="PrimitiveIterable.html#notEmpty()">notEmpty</a>, <a href="PrimitiveIterable.html#size()">size</a>, <a href="PrimitiveIterable.html#toString()">toString</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<li class="blockList">
<section class="methodDetails"><a id="method.detail">
<!-- -->
</a>
<h2>Method Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure)">tap</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></span>&nbsp;<span class="memberName">tap</span>&#8203;(<span class="arguments"><a href="block/procedure/primitive/DoubleProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">DoubleProcedure</a>&nbsp;procedure)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="DoubleIterable.html#tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure)">tap</a></code>&nbsp;in interface&nbsp;<code><a href="DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>9.0.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">select</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></span>&nbsp;<span class="memberName">select</span>&#8203;(<span class="arguments"><a href="block/predicate/primitive/DoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoublePredicate</a>&nbsp;predicate)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="DoubleIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">DoubleIterable</a></code></span></div>
<div class="block">Returns a new DoubleIterable with all of the elements in the DoubleIterable that
return true for the specified predicate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="DoubleIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">reject</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></span>&nbsp;<span class="memberName">reject</span>&#8203;(<span class="arguments"><a href="block/predicate/primitive/DoublePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">DoublePredicate</a>&nbsp;predicate)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="DoubleIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">DoubleIterable</a></code></span></div>
<div class="block">Returns a new DoubleIterable with all of the elements in the DoubleIterable that
return false for the specified predicate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="DoubleIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">collect</a></h3>
<div class="memberSignature"><span class="typeParameters">&lt;V&gt;</span>&nbsp;<span class="returnType"><a href="LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</span>&nbsp;<span class="memberName">collect</span>&#8203;(<span class="arguments"><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)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="DoubleIterable.html#collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">DoubleIterable</a></code></span></div>
<div class="block">Returns a new collection with the results of applying the specified function on each element of the source
collection. This method is also commonly called transform or map.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="DoubleIterable.html#collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="flatCollect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction)">flatCollect</a></h3>
<div class="memberSignature"><span class="typeParameters">&lt;V&gt;</span>&nbsp;<span class="returnType"><a href="LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</span>&nbsp;<span class="memberName">flatCollect</span>&#8203;(<span class="arguments"><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)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>9.0</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectBoolean(org.eclipse.collections.api.block.function.primitive.DoubleToBooleanFunction)">collectBoolean</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyBooleanIterable.html" title="interface in org.eclipse.collections.api">LazyBooleanIterable</a></span>&nbsp;<span class="memberName">collectBoolean</span>&#8203;(<span class="arguments"><a href="block/function/primitive/DoubleToBooleanFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToBooleanFunction</a>&nbsp;function)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>7.0</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectByte(org.eclipse.collections.api.block.function.primitive.DoubleToByteFunction)">collectByte</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></span>&nbsp;<span class="memberName">collectByte</span>&#8203;(<span class="arguments"><a href="block/function/primitive/DoubleToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToByteFunction</a>&nbsp;function)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>7.0</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectChar(org.eclipse.collections.api.block.function.primitive.DoubleToCharFunction)">collectChar</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyCharIterable.html" title="interface in org.eclipse.collections.api">LazyCharIterable</a></span>&nbsp;<span class="memberName">collectChar</span>&#8203;(<span class="arguments"><a href="block/function/primitive/DoubleToCharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToCharFunction</a>&nbsp;function)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>7.0</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectShort(org.eclipse.collections.api.block.function.primitive.DoubleToShortFunction)">collectShort</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyShortIterable.html" title="interface in org.eclipse.collections.api">LazyShortIterable</a></span>&nbsp;<span class="memberName">collectShort</span>&#8203;(<span class="arguments"><a href="block/function/primitive/DoubleToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToShortFunction</a>&nbsp;function)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>7.0</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectInt(org.eclipse.collections.api.block.function.primitive.DoubleToIntFunction)">collectInt</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyIntIterable.html" title="interface in org.eclipse.collections.api">LazyIntIterable</a></span>&nbsp;<span class="memberName">collectInt</span>&#8203;(<span class="arguments"><a href="block/function/primitive/DoubleToIntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToIntFunction</a>&nbsp;function)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>7.0</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectFloat(org.eclipse.collections.api.block.function.primitive.DoubleToFloatFunction)">collectFloat</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyFloatIterable.html" title="interface in org.eclipse.collections.api">LazyFloatIterable</a></span>&nbsp;<span class="memberName">collectFloat</span>&#8203;(<span class="arguments"><a href="block/function/primitive/DoubleToFloatFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToFloatFunction</a>&nbsp;function)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>7.0</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectLong(org.eclipse.collections.api.block.function.primitive.DoubleToLongFunction)">collectLong</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyLongIterable.html" title="interface in org.eclipse.collections.api">LazyLongIterable</a></span>&nbsp;<span class="memberName">collectLong</span>&#8203;(<span class="arguments"><a href="block/function/primitive/DoubleToLongFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToLongFunction</a>&nbsp;function)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>7.0</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">collectDouble</a></h3>
<div class="memberSignature"><span class="returnType"><a href="LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></span>&nbsp;<span class="memberName">collectDouble</span>&#8203;(<span class="arguments"><a href="block/function/primitive/DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</span></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>7.0</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
</div>
<!-- ========= END OF CLASS DATA ========= -->
</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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/LazyDoubleIterable.html">Use</a></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>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
</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>