| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.krms.api.repository.term |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
static <A,B> List<B> |
BuilderUtils.transform(List<? extends A> toConvert,
BuilderUtils.Transformer<A,B> xform)
This method is useful for converting a List<? extends BlahContract> to a
List<Blah.Builder>.
|
static <A,B> Set<B> |
BuilderUtils.transform(Set<? extends A> toConvert,
BuilderUtils.Transformer<A,B> xform) |
| Modifier and Type | Field and Description |
|---|---|
static BuilderUtils.Transformer<TermSpecificationDefinitionContract,TermSpecificationDefinition.Builder> |
TermSpecificationDefinition.Builder.toBuilder
BuilderUtils.Transformer to ease converting lists to Builder types |
static BuilderUtils.Transformer<TermParameterDefinitionContract,TermParameterDefinition.Builder> |
TermParameterDefinition.Builder.toBuilder |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.