Skip navigation links

predicating 1.0.0 API

Packages 
Package Description
net.ashwork.functionality.predicate
This package holds all basic Predicates (from some input(s) T1, T2, ...
net.ashwork.functionality.predicate.abstracts
The interfaces in this package are annotated with InheritOnly.
net.ashwork.functionality.predicate.abstracts.primitive.booleans
Abstract predicates that have specialized boolean-valued type parameters.
net.ashwork.functionality.predicate.abstracts.primitive.bytes
Abstract predicates that have specialized byte-valued type parameters.
net.ashwork.functionality.predicate.abstracts.primitive.chars
Abstract predicates that have specialized char-valued type parameters.
net.ashwork.functionality.predicate.abstracts.primitive.doubles
Abstract predicates that have specialized double-valued type parameters.
net.ashwork.functionality.predicate.abstracts.primitive.floats
Abstract predicates that have specialized float-valued type parameters.
net.ashwork.functionality.predicate.abstracts.primitive.ints
Abstract predicates that have specialized int-valued type parameters.
net.ashwork.functionality.predicate.abstracts.primitive.longs
Abstract predicates that have specialized long-valued type parameters.
net.ashwork.functionality.predicate.abstracts.primitive.shorts
Abstract predicates that have specialized short-valued type parameters.
net.ashwork.functionality.predicate.partial
Partial expressions are genericized portions of the functional interfaces that can apply to multiple unrelated functional interfaces.
net.ashwork.functionality.predicate.primitive.booleans
Predicates that have specialized boolean-valued type parameters.
net.ashwork.functionality.predicate.primitive.bytes
Predicates that have specialized byte-valued type parameters.
net.ashwork.functionality.predicate.primitive.chars
Predicates that have specialized char-valued type parameters.
net.ashwork.functionality.predicate.primitive.doubles
Predicates that have specialized double-valued type parameters.
net.ashwork.functionality.predicate.primitive.floats
Predicates that have specialized float-valued type parameters.
net.ashwork.functionality.predicate.primitive.ints
Predicates that have specialized int-valued type parameters.
net.ashwork.functionality.predicate.primitive.longs
Predicates that have specialized long-valued type parameters.
net.ashwork.functionality.predicate.primitive.shorts
Predicates that have specialized short-valued type parameters.
Skip navigation links