Index

D G N P 
All Classes and Interfaces|All Packages

D

de.team33.patterns.proving.kerberos - package de.team33.patterns.proving.kerberos
Provides proving states through guard clauses.

G

Guard - Class in de.team33.patterns.proving.kerberos
 

N

nonNull(T) - Static method in class de.team33.patterns.proving.kerberos.Guard
Returns a given candidate if it is not null.
nonNull(T, Function<? super T, String>) - Static method in class de.team33.patterns.proving.kerberos.Guard
Returns a given candidate if it is not null.

P

prove(boolean) - Static method in class de.team33.patterns.proving.kerberos.Guard
Proves that the given condition is true.
prove(boolean, Supplier<String>) - Static method in class de.team33.patterns.proving.kerberos.Guard
Proves that the given condition is true.
prove(boolean, Supplier<String>, Function<? super String, E>) - Static method in class de.team33.patterns.proving.kerberos.Guard
Proves that the given condition is true.
proved(T, Predicate<? super T>) - Static method in class de.team33.patterns.proving.kerberos.Guard
Returns a given candidate if it meets the given condition.
proved(T, Predicate<? super T>, Function<? super T, String>) - Static method in class de.team33.patterns.proving.kerberos.Guard
Returns a given candidate if it meets the given condition.
proved(T, Predicate<? super T>, Function<? super T, String>, Function<? super String, E>) - Static method in class de.team33.patterns.proving.kerberos.Guard
Returns a given candidate if it meets the given condition.
D G N P 
All Classes and Interfaces|All Packages