Uses of Class
com.tangosol.util.Fragment
Packages that use Fragment
Package
Description
Contains various generic utilities.
Contains
ValueExtractor
and
ValueUpdater
related classes.-
Uses of Fragment in com.tangosol.util
Methods in com.tangosol.util that return FragmentModifier and TypeMethodDescription<E> Fragment
<E> Fragment.getFragment
(ValueExtractor<? super T, ? extends E> extractor) Get the nested fragment extracted from the specified attribute.<E> Fragment
<E> Fragment.getFragment
(String sName) Get the nested fragment extracted from the specified attribute. -
Uses of Fragment in com.tangosol.util.extractor
Subclasses with type arguments of type Fragment in com.tangosol.util.extractorModifier and TypeClassDescriptionclass
AValueExtractor
that extracts aFragment
from a nested property of the target object.class
AValueExtractor
that is used to extract aFragment
from an object.Methods in com.tangosol.util.extractor that return Fragment