MCPcopy Create free account

hub / github.com/RichardWarburton/java-8-lambdas-exercises / functions

Functions607 in github.com/RichardWarburton/java-8-lambdas-exercises

↓ 1 callersMethodawaitCompletion
(List<Future<?>> futures)
src/main/java/com/insightfullogic/java8/examples/chapter6/ManualDiceRolls.java:74
↓ 1 callersMethodcheckCreditHistory
()
src/main/java/com/insightfullogic/java8/examples/chapter8/template_method/traditional/LoanApplication.java:19
↓ 1 callersMethodcheckIdentity
()
src/main/java/com/insightfullogic/java8/examples/chapter8/template_method/traditional/LoanApplication.java:15
↓ 1 callersMethodcheckIncomeHistory
()
src/main/java/com/insightfullogic/java8/examples/chapter8/template_method/traditional/LoanApplication.java:17
↓ 1 callersMethodclassBasedExample
()
src/main/java/com/insightfullogic/java8/examples/chapter8/observer/Moon.java:27
↓ 1 callersMethodclose
()
src/test/java/com/insightfullogic/java8/examples/chapter8/command/MockEditor.java:22
↓ 1 callersMethodclose
()
src/main/java/com/insightfullogic/java8/examples/chapter8/command/Editor.java:10
↓ 1 callersMethodcompress
(OutputStream data)
src/main/java/com/insightfullogic/java8/examples/chapter8/strategy/CompressionStrategy.java:9
↓ 1 callersMethodcountBandMembersExternal
(List<Artist> artists)
src/main/java/com/insightfullogic/java8/examples/chapter3/StreamExercises.java:13
↓ 1 callersMethodcountMusicians
()
src/main/java/com/insightfullogic/java8/examples/chapter4/Order.java:18
↓ 1 callersMethodcountRunningTime
()
src/main/java/com/insightfullogic/java8/examples/chapter4/Order.java:16
↓ 1 callersMethodcountTracks
()
src/main/java/com/insightfullogic/java8/examples/chapter4/Order.java:20
↓ 1 callersMethodcountUsers
(InputStream stream)
src/main/java/com/insightfullogic/java8/examples/chapter6/WordCounting.java:26
↓ 1 callersMethoddescribe
(String name, Suite behavior)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/Lets.java:6
↓ 1 callersMethodelementFirstToUpperCaseLambdas
(List<String> words)
src/main/java/com/insightfullogic/java8/examples/chapter7/Testing.java:25
↓ 1 callersMethodfilterArtistsFromLondonPrinted
(List<Artist> allArtists)
src/main/java/com/insightfullogic/java8/examples/chapter3/Iteration.java:53
↓ 1 callersMethodfindHeadings
(Reader reader)
src/main/java/com/insightfullogic/java8/examples/chapter8/DependencyInversionPrinciple.java:15
↓ 1 callersMethodfirstToUppercase
(String value)
src/main/java/com/insightfullogic/java8/examples/chapter7/Testing.java:42
↓ 1 callersMethodformat
(Report report)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/reporting/ConsoleFormatter.java:7
↓ 1 callersMethodformatArtists
(List<Artist> artists)
src/main/java/com/insightfullogic/java8/examples/chapter5/StringExamples.java:10
↓ 1 callersMethodformatUserName
(String name)
src/main/java/com/insightfullogic/java8/examples/chapter2/CaptureCompileError.java:16
↓ 1 callersMethodgetAllMusicians
()
src/main/java/com/insightfullogic/java8/examples/chapter1/Performance.java:14
↓ 1 callersMethodgetArtist
(int index)
src/main/java/com/insightfullogic/java8/answers/chapter4/ArtistsFixed.java:16
↓ 1 callersMethodgetDescription
()
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/reporting/SpecificationReport.java:19
↓ 1 callersMethodgetLastMessage
()
src/main/java/com/insightfullogic/java8/examples/chapter4/ParentImpl.java:12
↓ 1 callersMethodgetMusicians
@return the musicians
src/main/java/com/insightfullogic/java8/examples/chapter1/Album.java:60
↓ 1 callersMethodgetName
@return the name
src/main/java/com/insightfullogic/java8/examples/chapter1/Album.java:39
↓ 1 callersMethodgetResult
()
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/reporting/SpecificationReport.java:23
↓ 1 callersMethodgetSavedArtists
()
src/main/java/com/insightfullogic/java8/examples/chapter9/RxExamples.java:40
↓ 1 callersMethodgetUserName
()
src/main/java/com/insightfullogic/java8/examples/chapter2/CaptureCompileError.java:20
↓ 1 callersMethodimperativeInitilize
(int size)
src/main/java/com/insightfullogic/java8/examples/chapter6/ArrayExamples.java:31
↓ 1 callersMethodindexException
(int index)
src/main/java/com/insightfullogic/java8/exercises/chapter4/Artists.java:22
↓ 1 callersMethodinternalCountArtistsFromLondonPrinted
(List<Artist> allArtists)
src/main/java/com/insightfullogic/java8/examples/chapter3/Iteration.java:63
↓ 1 callersMethodisPrime
(int number)
src/main/java/com/insightfullogic/java8/examples/chapter8/SingleResponsibilityPrinciple.java:45
↓ 1 callersMethodisSolo
()
src/main/java/com/insightfullogic/java8/examples/chapter1/Artist.java:61
↓ 1 callersMethodlambdaBasedExample
()
src/main/java/com/insightfullogic/java8/examples/chapter8/observer/Moon.java:38
↓ 1 callersMethodloadData
(String file)
src/main/java/com/insightfullogic/java8/examples/chapter1/MusicChapter.java:26
↓ 1 callersMethodlookupArtists
(String albumName, Credentials credentials)
src/main/java/com/insightfullogic/java8/examples/chapter9/CompletableAlbumLookup.java:73
↓ 1 callersMethodlookupArtists
(String albumName, Credentials credentials)
src/main/java/com/insightfullogic/java8/examples/chapter9/FutureAlbumLookup.java:45
↓ 1 callersMethodlookupByName
(String albumName)
src/main/java/com/insightfullogic/java8/examples/chapter9/AlbumLookup.java:6
↓ 1 callersMethodlookupTracks
(String albumName, Credentials credentials)
src/main/java/com/insightfullogic/java8/examples/chapter9/CompletableAlbumLookup.java:85
↓ 1 callersMethodlookupTracks
(String albumName, Credentials credentials)
src/main/java/com/insightfullogic/java8/examples/chapter9/FutureAlbumLookup.java:52
↓ 1 callersMethodmakeJob
()
src/main/java/com/insightfullogic/java8/examples/chapter6/ManualDiceRolls.java:51
↓ 1 callersMethodmap
(Stream<I> stream, Function<I, O> mapper)
src/main/java/com/insightfullogic/java8/exercises/chapter3/MapUsingReduce.java:15
↓ 1 callersMethodmessage
(String body)
src/main/java/com/insightfullogic/java8/examples/chapter4/Parent.java:6
↓ 1 callersMethodnewSuite
(String name)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/reporting/Report.java:17
↓ 1 callersMethodnoSuite
()
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/reporting/Report.java:33
↓ 1 callersMethodnumbers
()
src/main/java/com/insightfullogic/java8/examples/chapter6/IntegerSum.java:48
↓ 1 callersMethodobserveLanding
(String name)
src/main/java/com/insightfullogic/java8/examples/chapter8/observer/LandingObserver.java:6
↓ 1 callersMethodopen
()
src/test/java/com/insightfullogic/java8/examples/chapter8/command/MockEditor.java:17
↓ 1 callersMethodopen
()
src/main/java/com/insightfullogic/java8/examples/chapter8/command/Editor.java:8
↓ 1 callersMethodparallelInitialize
(int size)
src/main/java/com/insightfullogic/java8/examples/chapter6/ArrayExamples.java:23
↓ 1 callersMethodprintReport
()
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/Runner.java:36
↓ 1 callersMethodprintResults
()
src/main/java/com/insightfullogic/java8/examples/chapter6/ManualDiceRolls.java:38
↓ 1 callersMethodprintTrackLengthStatistics
(Album album)
src/main/java/com/insightfullogic/java8/examples/chapter4/Primitives.java:10
↓ 1 callersMethodreadArtistFromDB
(String name)
src/main/java/com/insightfullogic/java8/examples/chapter5/Niceties.java:18
↓ 1 callersMethodrecordError
(String suite, String specification, Throwable cause)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/Runner.java:25
↓ 1 callersMethodrecordFailure
(String suite, String specification, AssertionError cause)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/Runner.java:20
↓ 1 callersMethodrecordSuccess
(String suite, String specification)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/Runner.java:16
↓ 1 callersMethodreportFindings
()
src/main/java/com/insightfullogic/java8/examples/chapter8/template_method/traditional/LoanApplication.java:21
↓ 1 callersMethodreportFindings
()
src/main/java/com/insightfullogic/java8/examples/chapter8/template_method/lambdas/LoanApplication.java:28
↓ 1 callersMethodrock
()
src/main/java/com/insightfullogic/java8/examples/chapter4/Carriage.java:6
↓ 1 callersMethodrock
()
src/main/java/com/insightfullogic/java8/examples/chapter4/Jukebox.java:6
↓ 1 callersMethodrun
(Class<StackSpec> stackSpecClass)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/Runner.java:41
↓ 1 callersMethodsave
()
src/test/java/com/insightfullogic/java8/examples/chapter8/command/MockEditor.java:12
↓ 1 callersMethodsave
()
src/main/java/com/insightfullogic/java8/examples/chapter8/command/Editor.java:6
↓ 1 callersMethodsearch
(String searchedName, String searchedNationality,
src/main/java/com/insightfullogic/java8/examples/chapter9/RxExamples.java:24
↓ 1 callersMethodseenNewSuite
(String suite)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/reporting/Report.java:29
↓ 1 callersMethodsimpleMovingAverage
(double[] values, int n)
src/main/java/com/insightfullogic/java8/examples/chapter6/ArrayExamples.java:9
↓ 1 callersMethodsimulateDiceRoles
()
src/main/java/com/insightfullogic/java8/examples/chapter6/ManualDiceRolls.java:32
↓ 1 callersMethodsleepToSimulateLookupLatency
()
src/test/java/com/insightfullogic/java8/answers/chapter9/FakeLookupService.java:23
↓ 1 callersMethodsleepToSimulateLookupLatency
()
src/test/java/com/insightfullogic/java8/exercises/chapter9/FakeLookupService.java:23
↓ 1 callersMethodspecifications
()
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/reporting/SuiteReport.java:21
↓ 1 callersMethodspecifyBehaviour
(Expect expect)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/Specification.java:8
↓ 1 callersMethodspecifySuite
(Description description)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/Suite.java:6
↓ 1 callersMethodstartJob
(CompletableFuture<Artist> future)
src/main/java/com/insightfullogic/java8/examples/chapter9/CompletableAlbumLookup.java:58
↓ 1 callersMethodsubmitJobs
()
src/main/java/com/insightfullogic/java8/examples/chapter6/ManualDiceRolls.java:43
↓ 1 callersMethodsuites
()
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/reporting/Report.java:37
↓ 1 callersMethodtest
(Integer value)
src/test/java/com/insightfullogic/java8/examples/chapter2/LambdaExercises.java:74
↓ 1 callersMethodtwoDiceThrows
(ThreadLocalRandom random)
src/main/java/com/insightfullogic/java8/examples/chapter6/ManualDiceRolls.java:68
↓ 1 callersMethoduseHashmap
(Map<String, String> values)
src/test/java/com/insightfullogic/java8/examples/chapter2/LambdaExpressions.java:95
↓ 1 callersMethodwelcome
()
src/main/java/com/insightfullogic/java8/examples/chapter4/OverridingParent.java:6
↓ 1 callersMethodwithLinesOf
(Reader input, Function<Stream<String>, T> handler, Functi
src/main/java/com/insightfullogic/java8/examples/chapter8/DependencyInversionPrinciple.java:45
MethodAlbum
(String name, List<Track> tracks, List<Artist> musicians)
src/main/java/com/insightfullogic/java8/examples/chapter1/Album.java:26
MethodAlbumLookupException
(Throwable cause)
src/main/java/com/insightfullogic/java8/examples/chapter9/AlbumLookupException.java:5
MethodAlbumSale
(Album album, Customer customer, long price)
src/main/java/com/insightfullogic/java8/examples/chapter5/mutable_custom/AlbumSale.java:11
MethodAlbumSalesReport
()
src/main/java/com/insightfullogic/java8/examples/chapter5/mutable_custom/AlbumSalesReport.java:5
MethodArrayExamplesTest
(int size, double[] output)
src/test/java/com/insightfullogic/java8/examples/chapter6/ArrayExamplesTest.java:28
MethodArtist
(String name, String nationality)
src/main/java/com/insightfullogic/java8/examples/chapter1/Artist.java:27
MethodArtistAnalyzerTest
(ArtistAnalyzer analyser)
src/test/java/com/insightfullogic/java8/answers/chapter9/ArtistAnalyzerTest.java:31
MethodArtistAnalyzerTest
(ArtistAnalyzer analyser)
src/test/java/com/insightfullogic/java8/exercises/chapter9/ArtistAnalyzerTest.java:28
MethodArtists
(List<Artist> artists)
src/main/java/com/insightfullogic/java8/exercises/chapter4/Artists.java:11
MethodArtistsFixed
(List<Artist> artists)
src/main/java/com/insightfullogic/java8/answers/chapter4/ArtistsFixed.java:12
MethodBlockingArtistAnalyzer
(Function<String, Artist> artistLookupService)
src/main/java/com/insightfullogic/java8/answers/chapter9/BlockingArtistAnalyzer.java:12
MethodBlockingArtistAnalyzer
(Function<String, Artist> artistLookupService)
src/main/java/com/insightfullogic/java8/exercises/chapter9/BlockingArtistAnalyzer.java:11
MethodBoundExpectation
(Object value)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/expectations/BoundExpectation.java:9
MethodCallbackArtistAnalyser
(Function<String, Artist> artistLookupService)
src/main/java/com/insightfullogic/java8/answers/chapter9/CallbackArtistAnalyser.java:12
MethodCallbackArtistAnalyser
(Function<String, Artist> artistLookupService)
src/main/java/com/insightfullogic/java8/exercises/chapter9/CallbackArtistAnalyser.java:13
MethodClose
(Editor editor)
src/main/java/com/insightfullogic/java8/examples/chapter8/command/Close.java:7
MethodCollectionExpectation
(Collection<?> objectUnderTest)
src/test/java/com/insightfullogic/java8/examples/chapter8/lambdabehave/expectations/CollectionExpectation.java:11
← previousnext →101–200 of 607, ranked by callers