Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2017-05-18add PropertyValueModelTools.modelAspectAdapter(...)Brian Vosburgh2-5/+47
2017-05-18clean up some property value model adapter factories etc.Brian Vosburgh8-46/+85
2017-05-18rename ListPluggablePropertyValueModelAdapter toBrian Vosburgh4-10/+10
ListTransformationPluggablePropertyValueModelAdapter
2017-05-18rename CollectionPluggablePropertyValueModelAdapter toBrian Vosburgh5-11/+11
CollectionTransformationPluggablePropertyValueModelAdapter
2017-05-18rename PropertyPluggablePropertyValueModelAdapter toBrian Vosburgh3-13/+13
TransformationPluggablePropertyValueModelAdapter
2017-05-18refactor subclasses of AspectPropertyValueModelAdapterBrian Vosburgh7-254/+417
2017-05-18add new property aspect adaptersBrian Vosburgh17-906/+1002
2017-05-18delete AbstractTransformer and AbstractInterruptibleTransformerBrian Vosburgh19-135/+72
2017-05-18delete AbstractClosure and AbstractInterruptibleClosureBrian Vosburgh6-77/+2
2017-05-18minor tweaks to ThreadLocal TransformersBrian Vosburgh2-13/+7
2017-05-18add BiClosureBrian Vosburgh46-92/+4430
2017-05-18rename PropertyAspectAdapter in preparation to replace itBrian Vosburgh22-76/+76
2017-05-18remove vestigial implementations of removed methodBrian Vosburgh8-32/+0
BasePluggablePropertyValueModel.Adapter.getValue()
2017-05-18remove some PropertyAspectAdapter constructorsBrian Vosburgh2-30/+4
2017-05-18add return value toBrian Vosburgh10-37/+33
BasePluggablePropertyValueModel.Adapter.disengageModel()
2017-05-18remove BasePluggablePropertyValueModel.Adapter.getValue()Brian Vosburgh2-10/+0
2017-05-18add return value toBrian Vosburgh10-28/+29
BasePluggablePropertyValueModel.Adapter.engageModel()
2017-05-18refactor BufferedPVMBrian Vosburgh10-1159/+985
2017-05-18add some PVMTools testsBrian Vosburgh2-3/+884
2017-05-18rename PVMTools.valueIsInSet(...) to valueAffirms(...)Brian Vosburgh1-32/+32
2017-05-18move some composite boolean PVM static methodsBrian Vosburgh5-103/+109
2017-05-18delete Transformation PVMsBrian Vosburgh38-759/+872
2017-05-18rename Double PVMs to Compound PVMsBrian Vosburgh7-40/+40
2017-05-18clean up PVM null checks etc.Brian Vosburgh4-13/+121
2017-05-18refactor double PVMsBrian Vosburgh13-607/+546
2017-05-18tweak some commentsBrian Vosburgh1-2/+2
2017-05-18rename AbstractPropertyPluggablePropertyValueModelAdapter toBrian Vosburgh3-6/+6
BasePropertyPluggablePropertyValueModelAdapter
2017-05-18rename AbstractPluggablePropertyValueModel toBrian Vosburgh13-42/+42
BasePluggablePropertyValueModel
2017-05-18delete bogus value models: ReadOnlyModifiablePVMWrapper,Brian Vosburgh13-1488/+2
ValueAspectAdapter and subclasses
2017-05-18rework ReferenceTableComposite: remove ValueListAdapterBrian Vosburgh1-12/+7
2017-05-18clean up PredicateToolsBrian Vosburgh2-23/+90
2017-05-18remove factory indirection from pluggable value modelsBrian Vosburgh6-38/+64
2017-05-18remove NullCheckPVMWrapper, PredicatePVM, FilteringPVMBrian Vosburgh21-837/+1017
2017-05-18add FilteringTransformer and NullCheckTransformerBrian Vosburgh6-11/+288
2017-05-18tweak comments in Collection TransformersBrian Vosburgh6-0/+12
2017-05-18add PropertyPluggablePropertyValueModelAdapterBrian Vosburgh21-219/+312
2017-05-18delete CachingPropertyValueModelWrapperBrian Vosburgh5-111/+6
2017-05-18rework PropertyValueModel adaptersBrian Vosburgh38-1412/+4263
2017-05-18tweak DoublePVMsBrian Vosburgh2-4/+5
2017-05-18add List/CollectionLastElementTransformerBrian Vosburgh14-25/+626
2017-05-18remove generic type from various meta-collection predicatesBrian Vosburgh4-29/+21
2017-05-18widen Iterable/IteratorTools.first(...)/last(...) generic typesBrian Vosburgh2-6/+6
2017-05-18add [Nullable]BooleanClosureBrian Vosburgh6-0/+313
2017-05-18widen element generic type in CollectionFirstElementTransformer andBrian Vosburgh3-8/+8
CollectionSingleElementTransformer
2017-05-18remove element generic type from CollectionIsEmptyPredicateBrian Vosburgh1-9/+5
2017-05-18add CollectionSizeEqualsPredicateBrian Vosburgh6-32/+257
2017-05-18fix some common utility predicate testsBrian Vosburgh4-21/+13
2017-05-18standardize some common utility test suite namesBrian Vosburgh5-25/+25
2017-05-18add getters to predicate implementationsBrian Vosburgh5-4/+36
2017-05-18add getters to transformer implementationsBrian Vosburgh36-34/+246

Back to the top