| Package | Description |
|---|---|
| com.atomicleopard.expressive |
Expressive is a java library designed to enable simple and easily read usage
of the Java Collections API. |
| com.atomicleopard.expressive.predicate |
| Class and Description |
|---|
| AllOfPredicate |
| AnyOfPredicate
An
EPredicate which will pass any input which is considered equal to
one of the specified objects, using the Object.equals(Object) implementation. |
EPredicate
EPredicate defines a consistent pattern for conditional processing. |
PredicateBuilder
PredicateBuilder allows the creation of a predicate for a specified type. |
| Class and Description |
|---|
| AllOfPredicate |
| AnyOfPredicate
An
EPredicate which will pass any input which is considered equal to
one of the specified objects, using the Object.equals(Object) implementation. |
EPredicate
EPredicate defines a consistent pattern for conditional processing. |
| EqualsPredicate
An
EPredicate which will pass any input which is considered equal to
the specified object, using the Object.equals(Object) implementation. |
PredicateBuilder
PredicateBuilder allows the creation of a predicate for a specified type. |
| PredicateBuilder.PredicateUsing |
Copyright © 2013 Atomic Leopard. All Rights Reserved.