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
B
- BAKE - at.jku.ssw.fp.sect05_2.workflow.Treatment
- before() - Method in class at.jku.ssw.fp.sect10_8.Demo1_ObservableTest
- bestFirstSearch(Function<N, List<N>>, Function<N, Integer>, Predicate<N>, N) - Static method in class at.jku.ssw.fp.sect04_3.SearchAlgos
-
Implements a best-first search algorithm.
- bestFirstSearch(Function<N, List<N>>, ToIntFunction<N>, Predicate<N>, N) - Static method in class at.jku.ssw.fp.sect04_3.SearchAlgosGeneric
-
Implements a best-first search algorithm by the generic algorithm using a special controller.
- biConnect(Node<V>, Node<V>, int) - Method in class at.jku.ssw.fp.sect04_3.Graph
-
Makes a bidirectional connection of two nodes with a given weight.
- Bindings - Class in at.jku.ssw.fp.sect04_4.visitor_fp
-
Variable bindings.
- Bindings() - Constructor for class at.jku.ssw.fp.sect04_4.visitor_fp.Bindings
-
Constructor creating an empty map.
- BinOp(Expr, Expr) - Constructor for class at.jku.ssw.fp.expr.Expr.BinOp
-
Constructor initializing left and right subexpressions.
- BinOp(Expr, Expr) - Constructor for class at.jku.ssw.fp.sect04_4.visitor_fp.Expr.BinOp
-
Constructor initializing left and right subexpressions.
- BinOp(Expr, Expr) - Constructor for class at.jku.ssw.fp.sect04_4.visitor_nofp.Expr.BinOp
-
Constructor initializing left and right subexpressions.
- BOIL - at.jku.ssw.fp.sect05_2.workflow.Treatment
- booleanAndMonoid - Static variable in class at.jku.ssw.fp.sect06_2.Monoids
-
The monoid for Boolean values, the and operator and
true
as identity value. - booleanOrMonoid - Static variable in class at.jku.ssw.fp.sect06_2.Monoids
-
The monoid for Boolean values, the or operator and
false
as identity value. - bools - Static variable in class at.jku.ssw.fp.sect11_3.check4j.Gens
-
A generator for Boolean value with equal probability.
- both(Step<? super I, ? extends P>) - Method in interface at.jku.ssw.fp.sect05_2.workflow.Step
-
Creates a combined step which executes this step and the step given as a parameter and combines the result of both in a
Pair
. - breadthFirstIterable(N, Function<N, List<N>>) - Static method in class at.jku.ssw.fp.sect04_6.Lazy
-
Creates an iterable with provides the nodes starting from the start node and using the successor function in a breadth-first manner.
- breadthFirstIterator(N, Function<N, List<N>>) - Static method in class at.jku.ssw.fp.sect04_6.Lazy
-
Creates an iterator for the nodes starting from the start node and using the successor function in a breadth-first manner.
- breadthFirstSearch(Function<N, List<N>>, Predicate<N>, N) - Static method in class at.jku.ssw.fp.sect04_3.SearchAlgos
-
Implements a breadth-first search algorithm.
- breadthFirstSearch(Function<N, List<N>>, Predicate<N>, N) - Static method in class at.jku.ssw.fp.sect04_3.SearchAlgosGeneric
-
Implements a breadth-first search algorithm by the generic algorithm using a special controller.
- BS - at.jku.ssw.fp.sect06_2.Course
- build() - Method in class at.jku.ssw.fp.coll.FList.Builder
-
Creates a functional list with the elements collected in the builder.
- build() - Method in class at.jku.ssw.fp.coll.FSet.Builder
-
Creates an functional set from the collected elements.
- Builder() - Constructor for class at.jku.ssw.fp.coll.FList.Builder
-
Private constructor for creating an empty builder.
- Builder() - Constructor for class at.jku.ssw.fp.coll.FSet.Builder
-
Private constructor for creating an empty builder.
- Builder(E[]) - Constructor for class at.jku.ssw.fp.coll.FList.Builder
-
Private constructor for creating a builder with the provided elements already collected.
- Builder(E[]) - Constructor for class at.jku.ssw.fp.coll.FSet.Builder
-
Private constructor for creating a builder with the provided elements already collected.
- Builder(Iterable<? extends E>) - Constructor for class at.jku.ssw.fp.coll.FList.Builder
-
Private constructor for creating a builder where the elements in the provided iterable get collected.
- Builder(Iterable<? extends E>) - Constructor for class at.jku.ssw.fp.coll.FSet.Builder
-
Private constructor for creating a builder where the elements in the provided iterable get collected.
- Buisness - at.jku.ssw.fp.person.Study
- BVar - Class in at.jku.ssw.fp.sect05_4.dsl
-
Variable with Boolean mutable value in a controller application.
- BVar(boolean) - Constructor for class at.jku.ssw.fp.sect05_4.dsl.BVar
-
Constructor initializing the variable value.
All Classes All Packages