Skip navigation links
A B C D E G H I N O R S T 

A

AbstractThat<E,T extends AbstractThat<E,T>> - Class in io.theblackbox.commons.check
 
appliesTo(E) - Method in class io.theblackbox.commons.check.RuleThat
 
appliesToAll(E, E...) - Method in class io.theblackbox.commons.check.RuleThat
 
appliesToAll(Collection<E>) - Method in class io.theblackbox.commons.check.RuleThat
 

B

BaseThat<E,T extends BaseThat<E,T>> - Class in io.theblackbox.commons.check
 
BooleanThat - Class in io.theblackbox.commons.check
 
BooleanThat(Boolean) - Constructor for class io.theblackbox.commons.check.BooleanThat
 

C

Check - Class in io.theblackbox.commons.check
Simple and fluent check library.
CollectionThat<E> - Class in io.theblackbox.commons.check
 
CollectionThat(Collection<? extends E>) - Constructor for class io.theblackbox.commons.check.CollectionThat
 
conformsTo(Predicate<E>, Supplier<String>) - Method in class io.theblackbox.commons.check.BaseThat
 
conformsTo(Predicate<E>, String) - Method in class io.theblackbox.commons.check.BaseThat
 
conformsTo(Predicate<E>) - Method in class io.theblackbox.commons.check.BaseThat
 
contains(E, Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.CollectionThat
 
contains(E, Supplier<String>) - Method in class io.theblackbox.commons.check.CollectionThat
 
contains(E, String) - Method in class io.theblackbox.commons.check.CollectionThat
 
contains(E) - Method in class io.theblackbox.commons.check.CollectionThat
 
containsAll(Collection<E>, Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.CollectionThat
 
containsAll(Collection<E>, Supplier<String>) - Method in class io.theblackbox.commons.check.CollectionThat
 
containsAll(Collection<E>, String) - Method in class io.theblackbox.commons.check.CollectionThat
 
containsAll(Collection<E>) - Method in class io.theblackbox.commons.check.CollectionThat
 
containsAll(E...) - Method in class io.theblackbox.commons.check.CollectionThat
 

D

doesNotConformsTo(Predicate<E>, Supplier<String>) - Method in class io.theblackbox.commons.check.BaseThat
 
doesNotConformsTo(Predicate<E>, String) - Method in class io.theblackbox.commons.check.BaseThat
 
doesNotConformsTo(Predicate<E>) - Method in class io.theblackbox.commons.check.BaseThat
 

E

equalsTo(E, Supplier<String>) - Method in class io.theblackbox.commons.check.BaseThat
 
equalsTo(E, String) - Method in class io.theblackbox.commons.check.BaseThat
 
equalsTo(E) - Method in class io.theblackbox.commons.check.BaseThat
 
evaluate(Supplier<Boolean>, String, Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.AbstractThat
 
evaluate(Supplier<Boolean>, String, Supplier<String>) - Method in class io.theblackbox.commons.check.AbstractThat
 
evaluate(Supplier<Boolean>, String) - Method in class io.theblackbox.commons.check.AbstractThat
 
evaluate(Supplier<Boolean>, Function<String, ? extends RuntimeException>, String, Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.AbstractThat
 
evaluate(Supplier<Boolean>, Function<String, ? extends RuntimeException>, String, Supplier<String>) - Method in class io.theblackbox.commons.check.AbstractThat
 
evaluate(Supplier<Boolean>, Function<String, ? extends RuntimeException>, String) - Method in class io.theblackbox.commons.check.AbstractThat
 

G

GenericThat<E> - Class in io.theblackbox.commons.check
 

H

hasSize(int, Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.CollectionThat
 
hasSize(int, Supplier<String>) - Method in class io.theblackbox.commons.check.CollectionThat
 
hasSize(int, String) - Method in class io.theblackbox.commons.check.CollectionThat
 
hasSize(int) - Method in class io.theblackbox.commons.check.CollectionThat
 

I

IntegerThat - Class in io.theblackbox.commons.check
 
io.theblackbox.commons.check - package io.theblackbox.commons.check
 
is(boolean, Supplier<String>) - Method in class io.theblackbox.commons.check.BooleanThat
 
is(boolean, String) - Method in class io.theblackbox.commons.check.BooleanThat
 
is(boolean) - Method in class io.theblackbox.commons.check.BooleanThat
 
isContainedBy(Collection<E>, Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.CollectionThat
 
isContainedBy(Collection<E>, Supplier<String>) - Method in class io.theblackbox.commons.check.CollectionThat
 
isContainedBy(Collection<E>, String) - Method in class io.theblackbox.commons.check.CollectionThat
 
isContainedBy(Collection<E>) - Method in class io.theblackbox.commons.check.CollectionThat
 
isContainedBy(E...) - Method in class io.theblackbox.commons.check.CollectionThat
 
isEmpty(Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.CollectionThat
 
isEmpty(Supplier<String>) - Method in class io.theblackbox.commons.check.CollectionThat
 
isEmpty(String) - Method in class io.theblackbox.commons.check.CollectionThat
 
isEmpty() - Method in class io.theblackbox.commons.check.CollectionThat
 
isFalse(Supplier<String>) - Method in class io.theblackbox.commons.check.BooleanThat
 
isFalse(String) - Method in class io.theblackbox.commons.check.BooleanThat
 
isFalse() - Method in class io.theblackbox.commons.check.BooleanThat
 
isGreaterOrEqualsThan(long, Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isGreaterOrEqualsThan(long, Supplier<String>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isGreaterOrEqualsThan(long, String) - Method in class io.theblackbox.commons.check.IntegerThat
 
isGreaterOrEqualsThan(long) - Method in class io.theblackbox.commons.check.IntegerThat
 
isGreaterThan(long, Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isGreaterThan(long, Supplier<String>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isGreaterThan(long, String) - Method in class io.theblackbox.commons.check.IntegerThat
 
isGreaterThan(long) - Method in class io.theblackbox.commons.check.IntegerThat
 
isNegative(Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isNegative(Supplier<String>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isNegative(String) - Method in class io.theblackbox.commons.check.IntegerThat
 
isNegative() - Method in class io.theblackbox.commons.check.IntegerThat
 
isNegativeOrZero(Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isNegativeOrZero(Supplier<String>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isNegativeOrZero(String) - Method in class io.theblackbox.commons.check.IntegerThat
 
isNegativeOrZero() - Method in class io.theblackbox.commons.check.IntegerThat
 
isNotEmpty(Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.CollectionThat
 
isNotEmpty(Supplier<String>) - Method in class io.theblackbox.commons.check.CollectionThat
 
isNotEmpty(String) - Method in class io.theblackbox.commons.check.CollectionThat
 
isNotEmpty() - Method in class io.theblackbox.commons.check.CollectionThat
 
isPositive(Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isPositive(Supplier<String>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isPositive(String) - Method in class io.theblackbox.commons.check.IntegerThat
 
isPositive() - Method in class io.theblackbox.commons.check.IntegerThat
 
isPositiveOrZero(Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isPositiveOrZero(Supplier<String>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isPositiveOrZero(String) - Method in class io.theblackbox.commons.check.IntegerThat
 
isPositiveOrZero() - Method in class io.theblackbox.commons.check.IntegerThat
 
isTrue(Supplier<String>) - Method in class io.theblackbox.commons.check.BooleanThat
 
isTrue(String) - Method in class io.theblackbox.commons.check.BooleanThat
 
isTrue() - Method in class io.theblackbox.commons.check.BooleanThat
 
isZero(Optional<Supplier<String>>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isZero(Supplier<String>) - Method in class io.theblackbox.commons.check.IntegerThat
 
isZero(String) - Method in class io.theblackbox.commons.check.IntegerThat
 
isZero() - Method in class io.theblackbox.commons.check.IntegerThat
 

N

notEqualsTo(E, Supplier<String>) - Method in class io.theblackbox.commons.check.BaseThat
 
notEqualsTo(E, String) - Method in class io.theblackbox.commons.check.BaseThat
 
notEqualsTo(E) - Method in class io.theblackbox.commons.check.BaseThat
 

O

on(Predicate<E>) - Method in class io.theblackbox.commons.check.BaseThat
 

R

RuleThat<E> - Class in io.theblackbox.commons.check
 

S

subject() - Method in class io.theblackbox.commons.check.AbstractThat
 

T

that(boolean) - Static method in class io.theblackbox.commons.check.Check
 
that(long) - Static method in class io.theblackbox.commons.check.Check
 
that(E) - Static method in class io.theblackbox.commons.check.Check
 
thatCollectionOf(Collection<? extends E>) - Static method in class io.theblackbox.commons.check.Check
 
thatIsFalse(boolean) - Static method in class io.theblackbox.commons.check.Check
 
thatIsTrue(boolean) - Static method in class io.theblackbox.commons.check.Check
 
thatRule(Predicate<E>) - Static method in class io.theblackbox.commons.check.Check
 
A B C D E G H I N O R S T 
Skip navigation links

Copyright © 2017. All rights reserved.