A B C D E F G H I K L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- DEBUG - Static variable in class at.jku.ssw.fp.sect04_3.SearchAlgos
- delay(int) - Static method in class at.jku.ssw.fp.util.Util
-
Delays execution for the given milliseconds.
- DELAY - Static variable in class at.jku.ssw.fp.sect10_7.Demo3_StreamingSong
- DELAY - Static variable in class at.jku.ssw.fp.sect10_7.Demo4_StreamingSongWithRequests
- DELAY_CONST - Static variable in class at.jku.ssw.fp.airline.Airline
-
Constant for the delay of retrieving a flight from an airline.
- DELAY_CONST - Static variable in class at.jku.ssw.fp.sect10.Constants
-
A constant for simulating a delay in an operation
- DELAY_VARIATION - Static variable in class at.jku.ssw.fp.airline.Airline
-
Constant for the variation of the delay of retrieving a flight from an airline.
- DELAY_VARIATION - Static variable in class at.jku.ssw.fp.sect10.Constants
-
A constant for generating a variation in a delay of an operation
- deleteText(int, int) - Method in class at.jku.ssw.fp.sect04_4.cmd_fp.TextEditor
-
Deletes a text at a given position.
- deleteText(int, int) - Method in class at.jku.ssw.fp.sect04_4.cmd_nofp.TextEditor
-
Deletes a text at a given position.
- DeleteTextCommand - Class in at.jku.ssw.fp.sect04_4.cmd_nofp
-
Command to delete a text.
- DeleteTextCommand(StringBuilder, int, int) - Constructor for class at.jku.ssw.fp.sect04_4.cmd_nofp.DeleteTextCommand
-
Constructor setting string builder, position and length of the text to delete.
- Demo_AssertJ - Class in at.jku.ssw.fp.sect11_2
-
Demo showing the new functional features of AssertJ.
- Demo_AssertJ() - Constructor for class at.jku.ssw.fp.sect11_2.Demo_AssertJ
- Demo_AsyncFileRead - Class in at.jku.ssw.fp.sect09_5
-
Demo showing the use of
CompletableFuture
as promise. - Demo_AsyncFileRead() - Constructor for class at.jku.ssw.fp.sect09_5.Demo_AsyncFileRead
- Demo_CompletableFuture - Class in at.jku.ssw.fp.sect09_3
-
Demos showing the use of
CompletableFuture
for executing asynchronous tasks. - Demo_CompletableFuture() - Constructor for class at.jku.ssw.fp.sect09_3.Demo_CompletableFuture
- Demo_Composition - Class in at.jku.ssw.fp.sect09_6
-
Demos showing the composition of
CompletableFuture
s. - Demo_Composition() - Constructor for class at.jku.ssw.fp.sect09_6.Demo_Composition
- Demo_ExprApply - Class in at.jku.ssw.fp.sect04_4.visitor_fp
-
Demo showing the application of apply for an expression.
- Demo_ExprApply() - Constructor for class at.jku.ssw.fp.sect04_4.visitor_fp.Demo_ExprApply
- Demo_ExprVisitor - Class in at.jku.ssw.fp.sect04_4.visitor_nofp
-
Demo showing visitor for expressions.
- Demo_ExprVisitor() - Constructor for class at.jku.ssw.fp.sect04_4.visitor_nofp.Demo_ExprVisitor
- Demo_FindFlightAsync - Class in at.jku.ssw.fp.sect09_4
-
Demo showing the use of asynchronous method
findFlightAsync
fromAirline
. - Demo_FindFlightAsync() - Constructor for class at.jku.ssw.fp.sect09_4.Demo_FindFlightAsync
- Demo_ForEach - Class in at.jku.ssw.fp.sect04_0
-
Demo showing the implementation of a higher-order function forEach
- Demo_ForEach() - Constructor for class at.jku.ssw.fp.sect04_0.Demo_ForEach
- Demo_FunctionComposition - Class in at.jku.ssw.fp.sect05_2
- Demo_FunctionComposition() - Constructor for class at.jku.ssw.fp.sect05_2.Demo_FunctionComposition
- Demo_JUnit5 - Class in at.jku.ssw.fp.sect11_1
-
Demo showing the new functional features of JUnit 5.
- Demo_JUnit5() - Constructor for class at.jku.ssw.fp.sect11_1.Demo_JUnit5
- Demo_Numbered - Class in at.jku.ssw.fp.sect07_7
-
Demo showing the improvement of the computation of a word index for a text by building pairs of numbers and elements.
- Demo_Numbered() - Constructor for class at.jku.ssw.fp.sect07_7.Demo_Numbered
- Demo_Optional - Class in at.jku.ssw.fp.sect03_2
-
Demo of working with optional.
- Demo_Optional() - Constructor for class at.jku.ssw.fp.sect03_2.Demo_Optional
- Demo_Ordered - Class in at.jku.ssw.fp.sect02_2
-
Demo or Ordered.
- Demo_Ordered() - Constructor for class at.jku.ssw.fp.sect02_2.Demo_Ordered
- Demo_OverloadedConstructors - Class in at.jku.ssw.fp.sect02_5
-
Demo showing method references in case of overloaded constructors.
- Demo_OverloadedConstructors() - Constructor for class at.jku.ssw.fp.sect02_5.Demo_OverloadedConstructors
- Demo_Recipe - Class in at.jku.ssw.fp.sect05_2.workflow
-
Demo showing building workflow from functional steps.
- Demo_Recipe() - Constructor for class at.jku.ssw.fp.sect05_2.workflow.Demo_Recipe
- Demo_Results - Class in at.jku.ssw.fp.sect04_2.fp
-
Demo showing computation on result records.
- Demo_Results - Class in at.jku.ssw.fp.sect04_2.imp
-
Demo showing computation on result records.
- Demo_Results - Class in at.jku.ssw.fp.sect07_5.results
-
Demo for showing computation of assignment results using stream operations.
- Demo_Results() - Constructor for class at.jku.ssw.fp.sect04_2.fp.Demo_Results
- Demo_Results() - Constructor for class at.jku.ssw.fp.sect04_2.imp.Demo_Results
- Demo_Results() - Constructor for class at.jku.ssw.fp.sect07_5.results.Demo_Results
- Demo1_ApplyFunction - Class in at.jku.ssw.fp.sect02_1
-
Demos for generics.
- Demo1_ApplyFunction() - Constructor for class at.jku.ssw.fp.sect02_1.Demo1_ApplyFunction
- Demo1_ArticleObservable - Class in at.jku.ssw.fp.sect10_1
-
Demo showing an observable of articles.
- Demo1_ArticleObservable() - Constructor for class at.jku.ssw.fp.sect10_1.Demo1_ArticleObservable
- Demo1_ArticleStream - Class in at.jku.ssw.fp.sect07_1
-
Demo of basic streams operations.
- Demo1_ArticleStream() - Constructor for class at.jku.ssw.fp.sect07_1.Demo1_ArticleStream
- Demo1_BuilderOperations - Class in at.jku.ssw.fp.sect07_3
-
Demo of operations for building streams.
- Demo1_BuilderOperations() - Constructor for class at.jku.ssw.fp.sect07_3.Demo1_BuilderOperations
- Demo1_ColdObservable - Class in at.jku.ssw.fp.sect10_3
-
Demos showing a cold observable.
- Demo1_ColdObservable() - Constructor for class at.jku.ssw.fp.sect10_3.Demo1_ColdObservable
- Demo1_Collector - Class in at.jku.ssw.fp.sect07_4
-
Demo of collectors.
- Demo1_Collector() - Constructor for class at.jku.ssw.fp.sect07_4.Demo1_Collector
- Demo1_ExprEvalSequential - Class in at.jku.ssw.fp.sect06_3_4
-
Demo of evaluation of expressions in an imperative way.
- Demo1_ExprEvalSequential() - Constructor for class at.jku.ssw.fp.sect06_3_4.Demo1_ExprEvalSequential
- Demo1_ExprEvalSequentialExcpt - Class in at.jku.ssw.fp.sect06_3_4
-
Demo of evaluation of expressions in an imperative way with exceptions.
- Demo1_ExprEvalSequentialExcpt() - Constructor for class at.jku.ssw.fp.sect06_3_4.Demo1_ExprEvalSequentialExcpt
- Demo1_FamilyPersonPresent - Class in at.jku.ssw.fp.sect06_3
-
Demo showing monad computations.
- Demo1_FamilyPersonPresent() - Constructor for class at.jku.ssw.fp.sect06_3.Demo1_FamilyPersonPresent
- Demo1_FlatMap - Class in at.jku.ssw.fp.sect10_4
-
Demo shows flatMap operations.
- Demo1_FlatMap() - Constructor for class at.jku.ssw.fp.sect10_4.Demo1_FlatMap
- Demo1_FList - Class in at.jku.ssw.fp.sect03_3
-
Demos of FList basic methods.
- Demo1_FList() - Constructor for class at.jku.ssw.fp.sect03_3.Demo1_FList
- Demo1_FListHOF - Class in at.jku.ssw.fp.sect04_1
-
Demo for higher-order functions of functional list
FList
. - Demo1_FListHOF() - Constructor for class at.jku.ssw.fp.sect04_1.Demo1_FListHOF
- Demo1_Future - Class in at.jku.ssw.fp.sect09_2
-
Demos showing the use of
Future
for executing asynchronous tasks. - Demo1_Future() - Constructor for class at.jku.ssw.fp.sect09_2.Demo1_Future
- Demo1_GetWord - Class in at.jku.ssw.fp.sect03_1
-
Demos showing impure and pure functions.
- Demo1_GetWord() - Constructor for class at.jku.ssw.fp.sect03_1.Demo1_GetWord
- Demo1_Hints - Class in at.jku.ssw.fp.sect07_6
-
Demos showing does and don'ts of streams.
- Demo1_Hints() - Constructor for class at.jku.ssw.fp.sect07_6.Demo1_Hints
- Demo1_LambdaExpressions - Class in at.jku.ssw.fp.sect02_3
-
Demos of Lambda expressions.
- Demo1_LambdaExpressions() - Constructor for class at.jku.ssw.fp.sect02_3.Demo1_LambdaExpressions
- Demo1_LazyIterator - Class in at.jku.ssw.fp.sect04_6
-
Demo showing lazy iterator.
- Demo1_LazyIterator() - Constructor for class at.jku.ssw.fp.sect04_6.Demo1_LazyIterator
- Demo1_ObservableTest - Class in at.jku.ssw.fp.sect10_8
-
Demo showing the use of
TestScheduler
andTestObserver
. - Demo1_ObservableTest() - Constructor for class at.jku.ssw.fp.sect10_8.Demo1_ObservableTest
- Demo1_OnError - Class in at.jku.ssw.fp.sect10_6
-
Demo showing error handling.
- Demo1_OnError() - Constructor for class at.jku.ssw.fp.sect10_6.Demo1_OnError
- Demo1_ParallelStream - Class in at.jku.ssw.fp.sect08_1
-
Demos showing parallel stream operations.
- Demo1_ParallelStream - Class in at.jku.ssw.fp.sect09_1
-
Demo showing the use of parallel streams for blocking calls.
- Demo1_ParallelStream() - Constructor for class at.jku.ssw.fp.sect08_1.Demo1_ParallelStream
- Demo1_ParallelStream() - Constructor for class at.jku.ssw.fp.sect09_1.Demo1_ParallelStream
- Demo1_Parser - Class in at.jku.ssw.fp.sect05_3.parser
-
Demo showing building combinator parser.
- Demo1_Parser() - Constructor for class at.jku.ssw.fp.sect05_3.parser.Demo1_Parser
- Demo1_PropCtrl - Class in at.jku.ssw.fp.sect05_4.dsl
-
Demo showing use of proportional controller.
- Demo1_PropCtrl() - Constructor for class at.jku.ssw.fp.sect05_4.dsl.Demo1_PropCtrl
- Demo1_PuzzleSearch - Class in at.jku.ssw.fp.sect04_3.puzzle
-
Demo for solving the puzzle by various search algorithms.
- Demo1_PuzzleSearch() - Constructor for class at.jku.ssw.fp.sect04_3.puzzle.Demo1_PuzzleSearch
- Demo1_ReduceTask - Class in at.jku.ssw.fp.sect08_2
-
Main demo class showing the reduction by the
ReduceTask
. - Demo1_ReduceTask() - Constructor for class at.jku.ssw.fp.sect08_2.Demo1_ReduceTask
- Demo1_ReducibleIterable - Class in at.jku.ssw.fp.sect06_2
-
Demo showing reducible iterables.
- Demo1_ReducibleIterable() - Constructor for class at.jku.ssw.fp.sect06_2.Demo1_ReducibleIterable
- Demo1_Sample_ThrottleFirst - Class in at.jku.ssw.fp.sect10_7
-
Demo showing reduction of events by
Observable.throttleFirst(long, java.util.concurrent.TimeUnit)
. - Demo1_Sample_ThrottleFirst() - Constructor for class at.jku.ssw.fp.sect10_7.Demo1_Sample_ThrottleFirst
- Demo1_SearchAlgos - Class in at.jku.ssw.fp.sect04_3
-
Demo showing search in a graph.
- Demo1_SearchAlgos() - Constructor for class at.jku.ssw.fp.sect04_3.Demo1_SearchAlgos
- Demo1_Serialize - Class in at.jku.ssw.fp.sect10_5
-
Demo program showing the serialization of events by method
Observable.serialize()
}. - Demo1_Serialize() - Constructor for class at.jku.ssw.fp.sect10_5.Demo1_Serialize
- Demo1_SideEffect - Class in at.jku.ssw.fp.sect08_3
-
Demos showing the effect of arbitrary side effects in parallel stream operations.
- Demo1_SideEffect() - Constructor for class at.jku.ssw.fp.sect08_3.Demo1_SideEffect
- Demo1_Single - Class in at.jku.ssw.fp.sect10_2
-
Demos showing the use of
Single
. - Demo1_Single() - Constructor for class at.jku.ssw.fp.sect10_2.Demo1_Single
- Demo1_StringBuilder - Class in at.jku.ssw.fp.sect05_1
-
Demo showing fluent interface in
StringBuilder
. - Demo1_StringBuilder() - Constructor for class at.jku.ssw.fp.sect05_1.Demo1_StringBuilder
- Demo1_WithLock - Class in at.jku.ssw.fp.sect04_5
-
Demo showing withLock method.
- Demo1_WithLock() - Constructor for class at.jku.ssw.fp.sect04_5.Demo1_WithLock
- Demo2_ArticleNamesObservable - Class in at.jku.ssw.fp.sect10_1
-
Demos showing processing names of articles.
- Demo2_ArticleNamesObservable() - Constructor for class at.jku.ssw.fp.sect10_1.Demo2_ArticleNamesObservable
- Demo2_Backpressure - Class in at.jku.ssw.fp.sect10_7
-
Demo showing backpressure in
Flowable
. - Demo2_Backpressure() - Constructor for class at.jku.ssw.fp.sect10_7.Demo2_Backpressure
- Demo2_Checks - Class in at.jku.ssw.fp.sect11_3.check4j
-
Demo showing property-based tests.
- Demo2_Checks() - Constructor for class at.jku.ssw.fp.sect11_3.check4j.Demo2_Checks
- Demo2_Completable - Class in at.jku.ssw.fp.sect10_2
-
Demos showing the use of
Completable
. - Demo2_Completable() - Constructor for class at.jku.ssw.fp.sect10_2.Demo2_Completable
- Demo2_ConnectableObservable - Class in at.jku.ssw.fp.sect10_3
-
Demo showing how to create a
ConnectableObservable
. - Demo2_ConnectableObservable() - Constructor for class at.jku.ssw.fp.sect10_3.Demo2_ConnectableObservable
- Demo2_ConstantCollector - Class in at.jku.ssw.fp.sect07_4
-
Demo of self-implemented collector
ConstantCollector
. - Demo2_ConstantCollector() - Constructor for class at.jku.ssw.fp.sect07_4.Demo2_ConstantCollector
- Demo2_DistinctUntilChanged - Class in at.jku.ssw.fp.sect10_4
-
Demo showing
Observable.distinctUntilChanged()
. - Demo2_DistinctUntilChanged() - Constructor for class at.jku.ssw.fp.sect10_4.Demo2_DistinctUntilChanged
- Demo2_ExprEvalId - Class in at.jku.ssw.fp.sect06_3_4
-
Demo of evaluation of expressions with Monad Id.
- Demo2_ExprEvalId() - Constructor for class at.jku.ssw.fp.sect06_3_4.Demo2_ExprEvalId
- Demo2_ExprParser - Class in at.jku.ssw.fp.sect05_3.parser
-
Demo showing parsing expressions.
- Demo2_ExprParser() - Constructor for class at.jku.ssw.fp.sect05_3.parser.Demo2_ExprParser
- Demo2_Fac - Class in at.jku.ssw.fp.sect03_1
-
Demo showing imperative and recursive faculty methods.
- Demo2_Fac() - Constructor for class at.jku.ssw.fp.sect03_1.Demo2_Fac
- Demo2_Future - Class in at.jku.ssw.fp.sect09_2
-
Demos showing the use of
Future
for executing asynchronous tasks. - Demo2_Future() - Constructor for class at.jku.ssw.fp.sect09_2.Demo2_Future
- Demo2_IntermediateOperations - Class in at.jku.ssw.fp.sect07_3
-
Demo of intermediate stream operations.
- Demo2_IntermediateOperations() - Constructor for class at.jku.ssw.fp.sect07_3.Demo2_IntermediateOperations
- Demo2_LambdaWithExceptions - Class in at.jku.ssw.fp.sect02_3
-
Demos showing lambda expressions with exceptions.
- Demo2_LambdaWithExceptions() - Constructor for class at.jku.ssw.fp.sect02_3.Demo2_LambdaWithExceptions
- Demo2_LazySqrt - Class in at.jku.ssw.fp.sect04_6
-
Demo showing computation of square root using lazy sequences.
- Demo2_LazySqrt() - Constructor for class at.jku.ssw.fp.sect04_6.Demo2_LazySqrt
- Demo2_LazyVsEager - Class in at.jku.ssw.fp.sect07_1
-
Demo of lazy and eager computations.
- Demo2_LazyVsEager() - Constructor for class at.jku.ssw.fp.sect07_1.Demo2_LazyVsEager
- Demo2_LevelControl - Class in at.jku.ssw.fp.sect05_4.dsl
-
Demo showing use of level controller.
- Demo2_LevelControl() - Constructor for class at.jku.ssw.fp.sect05_4.dsl.Demo2_LevelControl
- Demo2_LocalTime - Class in at.jku.ssw.fp.sect05_1
-
Demo showing fluent interface in
LocalTime
. - Demo2_LocalTime() - Constructor for class at.jku.ssw.fp.sect05_1.Demo2_LocalTime
- Demo2_MonadicParser - Class in at.jku.ssw.fp.sect06_3
-
Demo showing monad operations of combinator parsers.
- Demo2_MonadicParser() - Constructor for class at.jku.ssw.fp.sect06_3.Demo2_MonadicParser
- Demo2_NQueens - Class in at.jku.ssw.fp.sect03_3
-
Demo showing difference of solutions to NQueens problem using mutable and immutable data structures.
- Demo2_NQueens() - Constructor for class at.jku.ssw.fp.sect03_3.Demo2_NQueens
- Demo2_ParallelCollect - Class in at.jku.ssw.fp.sect08_3
-
Demos showing parallel collect operations with normal and concurrent collections.
- Demo2_ParallelCollect() - Constructor for class at.jku.ssw.fp.sect08_3.Demo2_ParallelCollect
- Demo2_ParallelStream - Class in at.jku.ssw.fp.sect09_1
-
Demo showing the use of parallel streams for blocking calls.
- Demo2_ParallelStream() - Constructor for class at.jku.ssw.fp.sect09_1.Demo2_ParallelStream
- Demo2_ParallelStreamWithLog - Class in at.jku.ssw.fp.sect08_1
-
Demos showing parallel stream operations with detailed log information.
- Demo2_ParallelStreamWithLog() - Constructor for class at.jku.ssw.fp.sect08_1.Demo2_ParallelStreamWithLog
- Demo2_PuzzleSearchGeneric - Class in at.jku.ssw.fp.sect04_3.puzzle
-
Demo for solving the puzzle by the generic versions of the search algorithms.
- Demo2_PuzzleSearchGeneric() - Constructor for class at.jku.ssw.fp.sect04_3.puzzle.Demo2_PuzzleSearchGeneric
- Demo2_ReducibleTree - Class in at.jku.ssw.fp.sect06_2
-
Demo showing reducible trees.
- Demo2_ReducibleTree() - Constructor for class at.jku.ssw.fp.sect06_2.Demo2_ReducibleTree
- Demo2_RunIf - Class in at.jku.ssw.fp.sect04_5
-
Demo showing runIf method.
- Demo2_RunIf() - Constructor for class at.jku.ssw.fp.sect04_5.Demo2_RunIf
- Demo2_SearchAlgosGeneric - Class in at.jku.ssw.fp.sect04_3
-
Demo showing search in a graph with the generic search algorithms.
- Demo2_SearchAlgosGeneric() - Constructor for class at.jku.ssw.fp.sect04_3.Demo2_SearchAlgosGeneric
- Demo2_Sorted - Class in at.jku.ssw.fp.sect07_6
-
Demo showing the effect of stateful operation sorted.
- Demo2_Sorted() - Constructor for class at.jku.ssw.fp.sect07_6.Demo2_Sorted
- Demo2_SubscribeOn - Class in at.jku.ssw.fp.sect10_5
-
Demo program showing the how to use
Observable.subscribeOn(io.reactivex.Scheduler)
for asynchronous event processing. - Demo2_SubscribeOn() - Constructor for class at.jku.ssw.fp.sect10_5.Demo2_SubscribeOn
- Demo2_ThreadPoolProperty - Class in at.jku.ssw.fp.sect08_2
-
Demos showing the effect of thread pool configurations.
- Demo2_ThreadPoolProperty() - Constructor for class at.jku.ssw.fp.sect08_2.Demo2_ThreadPoolProperty
- Demo2_Timeouts - Class in at.jku.ssw.fp.sect10_6
-
Demo showing timeouts.
- Demo2_Timeouts() - Constructor for class at.jku.ssw.fp.sect10_6.Demo2_Timeouts
- Demo3_AsyncFlightObservable - Class in at.jku.ssw.fp.sect10_1
-
Demo showing an observable from asynchronous results.
- Demo3_AsyncFlightObservable() - Constructor for class at.jku.ssw.fp.sect10_1.Demo3_AsyncFlightObservable
- Demo3_AsyncWithFlatMap - Class in at.jku.ssw.fp.sect10_5
-
Demo program showing the how to use
Observable.flatMap(io.reactivex.functions.Function<? super T, ? extends io.reactivex.ObservableSource<? extends R>>)
for asynchronous event processing. - Demo3_AsyncWithFlatMap() - Constructor for class at.jku.ssw.fp.sect10_5.Demo3_AsyncWithFlatMap
- Demo3_Autoconnect - Class in at.jku.ssw.fp.sect10_3
-
Demo showing how to use
ConnectableObservable.autoConnect()
. - Demo3_Autoconnect() - Constructor for class at.jku.ssw.fp.sect10_3.Demo3_Autoconnect
- Demo3_ChecksAndShrinks - Class in at.jku.ssw.fp.sect11_3.check4j
-
Demo showing property-based tests with shrinking of values.
- Demo3_ChecksAndShrinks() - Constructor for class at.jku.ssw.fp.sect11_3.check4j.Demo3_ChecksAndShrinks
- Demo3_Closures - Class in at.jku.ssw.fp.sect02_3
-
Demos showing closures.
- Demo3_Closures() - Constructor for class at.jku.ssw.fp.sect02_3.Demo3_Closures
- Demo3_ExprEvalOptional - Class in at.jku.ssw.fp.sect06_3_4
-
Demo of evaluation of expressions with Monad Optional.
- Demo3_ExprEvalOptional() - Constructor for class at.jku.ssw.fp.sect06_3_4.Demo3_ExprEvalOptional
- Demo3_Logger - Class in at.jku.ssw.fp.sect04_5
-
Demo showing logger.
- Demo3_Logger() - Constructor for class at.jku.ssw.fp.sect04_5.Demo3_Logger
- Demo3_Maybe - Class in at.jku.ssw.fp.sect10_2
-
Demos showing the use of
Maybe
. - Demo3_Maybe() - Constructor for class at.jku.ssw.fp.sect10_2.Demo3_Maybe
- Demo3_Memoize - Class in at.jku.ssw.fp.sect03_1
-
Demos of memoization.
- Demo3_Memoize() - Constructor for class at.jku.ssw.fp.sect03_1.Demo3_Memoize
- Demo3_OnErrorNotImplementedException - Class in at.jku.ssw.fp.sect10_6
-
Demo showing an exception due to an unhandled
Observer.onError(Throwable)
event. - Demo3_OnErrorNotImplementedException() - Constructor for class at.jku.ssw.fp.sect10_6.Demo3_OnErrorNotImplementedException
- Demo3_ParallelStream - Class in at.jku.ssw.fp.sect09_1
-
Demo showing the use of parallel streams for blocking calls.
- Demo3_ParallelStream() - Constructor for class at.jku.ssw.fp.sect09_1.Demo3_ParallelStream
- Demo3_PuzzleIterable - Class in at.jku.ssw.fp.sect04_6
-
Demo showing search for solution in puzzle using lazy iterator.
- Demo3_PuzzleIterable() - Constructor for class at.jku.ssw.fp.sect04_6.Demo3_PuzzleIterable
- Demo3_ReduceOptional - Class in at.jku.ssw.fp.sect06_2
-
Demo showing reduction of a list of optional values.
- Demo3_ReduceOptional() - Constructor for class at.jku.ssw.fp.sect06_2.Demo3_ReduceOptional
- Demo3_Scan - Class in at.jku.ssw.fp.sect10_4
-
Demo showing
Observable.scan(io.reactivex.functions.BiFunction)
. - Demo3_Scan() - Constructor for class at.jku.ssw.fp.sect10_4.Demo3_Scan
- Demo3_StreamingSong - Class in at.jku.ssw.fp.sect10_7
-
Demo program implementing a streaming of a text with backpressure.
- Demo3_StreamingSong() - Constructor for class at.jku.ssw.fp.sect10_7.Demo3_StreamingSong
- Demo3_TerminalOperations - Class in at.jku.ssw.fp.sect07_3
-
Demo of terminal stream operations.
- Demo3_TerminalOperations() - Constructor for class at.jku.ssw.fp.sect07_3.Demo3_TerminalOperations
- Demo4_ClickObservable - Class in at.jku.ssw.fp.sect10_1
-
Demos showing observables from mouse clicks.
- Demo4_ClickObservable() - Constructor for class at.jku.ssw.fp.sect10_1.Demo4_ClickObservable
- Demo4_ClickObservable.ObservablePanel - Class in at.jku.ssw.fp.sect10_1
- Demo4_ClickObservable.PointEvent - Class in at.jku.ssw.fp.sect10_1
- Demo4_ClickObservable.PointListener - Interface in at.jku.ssw.fp.sect10_1
- Demo4_ClickObservable.PointsModel - Class in at.jku.ssw.fp.sect10_1
- Demo4_CollectOperations - Class in at.jku.ssw.fp.sect10_4
-
Demo showing various collect operations.
- Demo4_CollectOperations() - Constructor for class at.jku.ssw.fp.sect10_4.Demo4_CollectOperations
- Demo4_ExprEvalFSet - Class in at.jku.ssw.fp.sect06_3_4
-
Demo of evaluation of expressions with Monad FSet.
- Demo4_ExprEvalFSet() - Constructor for class at.jku.ssw.fp.sect06_3_4.Demo4_ExprEvalFSet
- Demo4_Fib - Class in at.jku.ssw.fp.sect03_1
-
Demo of memoization of fibonacci numbers.
- Demo4_Fib() - Constructor for class at.jku.ssw.fp.sect03_1.Demo4_Fib
- Demo4_ObserveOn - Class in at.jku.ssw.fp.sect10_5
-
Demo program showing the how to use
Observable.observeOn(io.reactivex.Scheduler)
for asynchronous event handling in consumers. - Demo4_ObserveOn(Observable<WeatherData>) - Constructor for class at.jku.ssw.fp.sect10_5.Demo4_ObserveOn
- Demo4_ObserveOnJavaFXScheduler - Class in at.jku.ssw.fp.sect10_5
- Demo4_ObserveOnJavaFXScheduler() - Constructor for class at.jku.ssw.fp.sect10_5.Demo4_ObserveOnJavaFXScheduler
- Demo4_OnErrorReturn - Class in at.jku.ssw.fp.sect10_6
-
Demo showing error handling with
Observable.onErrorReturn(io.reactivex.functions.Function<? super java.lang.Throwable, ? extends T>)
. - Demo4_OnErrorReturn() - Constructor for class at.jku.ssw.fp.sect10_6.Demo4_OnErrorReturn
- Demo4_Optional - Class in at.jku.ssw.fp.sect04_5
-
Demo showing use of
Optional
. - Demo4_Optional() - Constructor for class at.jku.ssw.fp.sect04_5.Demo4_Optional
- Demo4_ReduceMap - Class in at.jku.ssw.fp.sect06_2
-
Demo showing reduction of a list of maps.
- Demo4_ReduceMap() - Constructor for class at.jku.ssw.fp.sect06_2.Demo4_ReduceMap
- Demo4_RefCount - Class in at.jku.ssw.fp.sect10_3
-
Demo showing how
ConnectableObservable.refCount()
. - Demo4_RefCount() - Constructor for class at.jku.ssw.fp.sect10_3.Demo4_RefCount
- Demo4_StreamingSongWithRequests - Class in at.jku.ssw.fp.sect10_7
-
Demo program implementing a streaming of a text with backpressure.
- Demo4_StreamingSongWithRequests() - Constructor for class at.jku.ssw.fp.sect10_7.Demo4_StreamingSongWithRequests
- Demo5_Buffer - Class in at.jku.ssw.fp.sect10_4
-
Demo showing the use of
Observable.buffer(int, int)
. - Demo5_Buffer() - Constructor for class at.jku.ssw.fp.sect10_4.Demo5_Buffer
- Demo5_CondFunction - Class in at.jku.ssw.fp.sect04_5
-
Demo showing use of conditional function.
- Demo5_CondFunction() - Constructor for class at.jku.ssw.fp.sect04_5.Demo5_CondFunction
- Demo5_CreateObservable - Class in at.jku.ssw.fp.sect10_1
-
Demos showing various forms for creating observables.
- Demo5_CreateObservable() - Constructor for class at.jku.ssw.fp.sect10_1.Demo5_CreateObservable
- Demo5_ExprEvalLogged - Class in at.jku.ssw.fp.sect06_3_4
-
Demo of evaluation of expressions with Monad Logged.
- Demo5_ExprEvalLogged() - Constructor for class at.jku.ssw.fp.sect06_3_4.Demo5_ExprEvalLogged
- Demo5_OnErrorResumeNext - Class in at.jku.ssw.fp.sect10_6
- Demo5_OnErrorResumeNext() - Constructor for class at.jku.ssw.fp.sect10_6.Demo5_OnErrorResumeNext
- Demo5_Share - Class in at.jku.ssw.fp.sect10_3
-
Demo showing how
Observable.share()
. - Demo5_Share() - Constructor for class at.jku.ssw.fp.sect10_3.Demo5_Share
- Demo6_ExprEvalReader - Class in at.jku.ssw.fp.sect06_3_4
-
Demo of evaluation of expressions with Monad Reader.
- Demo6_ExprEvalReader() - Constructor for class at.jku.ssw.fp.sect06_3_4.Demo6_ExprEvalReader
- Demo6_Retry - Class in at.jku.ssw.fp.sect10_6
-
Demo showing error handling with
Observable.retry()
. - Demo6_Retry() - Constructor for class at.jku.ssw.fp.sect10_6.Demo6_Retry
- Demo6_Subscribe - Class in at.jku.ssw.fp.sect10_1
-
Demos showing various ways to subscribe to observables.
- Demo6_Subscribe() - Constructor for class at.jku.ssw.fp.sect10_1.Demo6_Subscribe
- Demo6_Timestamp - Class in at.jku.ssw.fp.sect10_4
-
Demo showing the use of
Observable.timestamp()
. - Demo6_Timestamp() - Constructor for class at.jku.ssw.fp.sect10_4.Demo6_Timestamp
- Demo6_TypeTestFunction - Class in at.jku.ssw.fp.sect04_5
-
Demo showing use of type test function.
- Demo6_TypeTestFunction() - Constructor for class at.jku.ssw.fp.sect04_5.Demo6_TypeTestFunction
- Demo6_WeaterObservable - Class in at.jku.ssw.fp.sect10_3
-
Demo showing an observable of weather data.
- Demo6_WeaterObservable() - Constructor for class at.jku.ssw.fp.sect10_3.Demo6_WeaterObservable
- Demo7_WithLatestFrom - Class in at.jku.ssw.fp.sect10_4
- Demo7_WithLatestFrom() - Constructor for class at.jku.ssw.fp.sect10_4.Demo7_WithLatestFrom
- departs - Variable in class at.jku.ssw.fp.airline.Flight
-
The date and time of the departure
- depthFirstSearch(Function<N, List<N>>, Predicate<N>, N) - Static method in class at.jku.ssw.fp.sect04_3.SearchAlgos
-
Implements a depth-first search algorithm.
- depthFirstSearch(Function<N, List<N>>, Predicate<N>, N) - Static method in class at.jku.ssw.fp.sect04_3.SearchAlgosGeneric
-
Implements a depth-first search algorithm by the generic algorithm using a special controller.
- dispose() - Method in class at.jku.ssw.fp.sect10_5.SwingScheduler.SwingWorker
- doAction - Variable in class at.jku.ssw.fp.sect04_4.cmd_fp.Command
-
The do action
- doCmd() - Method in class at.jku.ssw.fp.sect04_4.cmd_nofp.AddTextCommand
-
Executes the command.
- doCmd() - Method in interface at.jku.ssw.fp.sect04_4.cmd_nofp.Command
-
Executes the command.
- doCmd() - Method in class at.jku.ssw.fp.sect04_4.cmd_nofp.DeleteTextCommand
-
Executes the command.
- doCmd(Command) - Method in class at.jku.ssw.fp.sect04_4.cmd_fp.CmdHandler
-
Executes the command and stores it in the undo stack.
- doCmd(Command) - Method in class at.jku.ssw.fp.sect04_4.cmd_nofp.CmdHandler
-
Executes the command and stores it in the undo stack.
- doMove(Move) - Method in class at.jku.ssw.fp.sect04_3.puzzle.Puzzle
-
Executes a next move.
- doubleMultMonoid - Static variable in class at.jku.ssw.fp.sect06_2.Monoids
-
The monoid for double values, the times operator and
1.0
as identity value. - doublePlusMonoid - Static variable in class at.jku.ssw.fp.sect06_2.Monoids
-
The monoid for double values, the plus operator and
0.0
as identity value. - DoubleRef - Class in at.jku.ssw.fp.util
-
Class for objects with a single mutable double field.
- DoubleRef(double) - Constructor for class at.jku.ssw.fp.util.DoubleRef
-
Private constructor with the value for the mutable double field.
- doubleShrinker - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Shrinkers
-
A shrinker for double values.
- DVar - Class in at.jku.ssw.fp.sect05_4.dsl
-
Variable with double mutable value in a controller application.
- DVar(double) - Constructor for class at.jku.ssw.fp.sect05_4.dsl.DVar
-
Constructor initializing the variable value.
All Classes All Packages