Skip navigation links
A C D P R S 

A

andThen(IntFunction<? extends R>) - Method in class de.team33.patterns.decision.thyone.Choices
Returns a Function that maps an input of type <I> to a result of type <R> based on this Choices and a given function that maps an int to a result of type <R>.
apply(I) - Method in class de.team33.patterns.decision.thyone.Choices
Returns an int value representing the combined results of the associated boolean criteria.
applying(Function<? super I, ? extends R>...) - Method in class de.team33.patterns.decision.thyone.Choices
Returns a Function that maps an input of type <I> to one of the given methods to finally get a result of type <R>.
applying(Collection<? extends Function<? super I, ? extends R>>) - Method in class de.team33.patterns.decision.thyone.Choices
Returns a Function that maps an input of type <I> to one of the given methods to finally get a result of type <R>.

C

Choices<I> - Class in de.team33.patterns.decision.thyone
Abstracts the choices resulting from a combination of boolean criteria with respect to an input of type <I>.
Choices() - Constructor for class de.team33.patterns.decision.thyone.Choices
 

D

de.team33.patterns.decision.thyone - package de.team33.patterns.decision.thyone
Provides classes and utilities for implementing or handling complex decisions.

P

parallel(Predicate<I>...) - Static method in class de.team33.patterns.decision.thyone.Choices
Retrieves a new instance consisting of a combination of boolean criteria.
parallel(Collection<? extends Predicate<? super I>>) - Static method in class de.team33.patterns.decision.thyone.Choices
Retrieves a new instance consisting of a combination of boolean criteria.

R

replying(R...) - Method in class de.team33.patterns.decision.thyone.Choices
Returns a Function that maps an input of type <I> to one of the given results of type <R>.
replying(Collection<? extends R>) - Method in class de.team33.patterns.decision.thyone.Choices
Returns a Function that maps an input of type <I> to one of the given results of type <R>.

S

serial(Predicate<I>...) - Static method in class de.team33.patterns.decision.thyone.Choices
Retrieves a new instance consisting of a series of boolean criteria.
serial(Collection<? extends Predicate<? super I>>) - Static method in class de.team33.patterns.decision.thyone.Choices
Retrieves a new instance consisting of a series of boolean criteria.
A C D P R S 
Skip navigation links

Copyright © 2026 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.