Skip navigation links
D E F M O R S V 

D

de.team33.patterns.enums.pan - package de.team33.patterns.enums.pan
Provides tools and utilities to handle enums.

E

EnumValues<E extends Enum<E>> - Class in de.team33.patterns.enums.pan
Deprecated.
use Values instead.

F

failing(Supplier<? extends RuntimeException>) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
Returns a copy of this, but using a given Supplier to throw a RuntimeException if no value is present.
fallback(E) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
Returns a copy of this, but returning a given fallback if no other value is present.
fallback(Supplier<E>) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
Returns a copy of this, but using a given Supplier to return a fallback if no other value is present.
findAll(Predicate<? super E>) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
Returns a Stream of those values of the underlying enum type that match the given filter.
findAll(Predicate<? super E>) - Method in class de.team33.patterns.enums.pan.Values
Returns a Stream of those values of the underlying enum type that match the given filter.
findAny(Predicate<? super E>) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
 
findAny(Predicate<? super E>) - Method in class de.team33.patterns.enums.pan.Values
Returns an optional value of the associated enum type that matches the given filter or, if no such value exists, Optional.empty().
findAny(Predicate<? super E>, E) - Method in class de.team33.patterns.enums.pan.Values
Returns a value of the associated enum type that matches the given filter or, if no such value exists, the given fallback.
findFirst(Predicate<? super E>) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
 
findFirst(Predicate<? super E>) - Method in class de.team33.patterns.enums.pan.Values
Returns the optional first value of the associated enum type that matches the given filter or, if no such value exists, Optional.empty().
findFirst(Predicate<? super E>, E) - Method in class de.team33.patterns.enums.pan.Values
Returns the first value of the associated enum type that matches the given filter or, if no such value exists, the given fallback.

M

mapAll(Function<E, T>) - Method in class de.team33.patterns.enums.pan.Values
Just like stream().
mapAll(Predicate<? super E>, Function<E, T>) - Method in class de.team33.patterns.enums.pan.Values
Just like findAll(filter).
mapAny(Predicate<? super E>, Function<? super E, ? extends R>) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
 
mapAny(Predicate<? super E>, Function<? super E, ? extends R>) - Method in class de.team33.patterns.enums.pan.Values
Just like findAny(filter).
mapFirst(Predicate<? super E>, Function<? super E, ? extends R>) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
 
mapFirst(Predicate<? super E>, Function<? super E, ? extends R>) - Method in class de.team33.patterns.enums.pan.Values

O

of(Class<E>) - Static method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
Returns a tool to handle the values of the given enum class.
of(Class<E>) - Static method in class de.team33.patterns.enums.pan.Values
Returns a tool instance to handle the values of the given enum class.

R

resolving(Function<Optional<E>, E>) - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
Returns a copy of this, but using a given resolver.

S

stream() - Method in class de.team33.patterns.enums.pan.EnumValues
Deprecated.
Returns a Stream over all values of the underlying enum type.
stream() - Method in class de.team33.patterns.enums.pan.Values
Returns a Stream over all values of the underlying enum type.

V

Values<E extends Enum<E>> - Class in de.team33.patterns.enums.pan
A Tool to handle enum values.
D E F M O R S V 
Skip navigation links

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