Uses of Class
com.tangosol.util.Fragment
Package
Description
Contains various generic utilities.
Contains
ValueExtractor
and
ValueUpdater
related classes.-
Uses of Fragment in com.tangosol.util
Modifier 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.Modifier and TypeMethodDescriptionstatic <T> ValueExtractor
<T, Fragment<T>> Extractors.fragment
(ValueExtractor<? super T, ?>... aExtractors) Return aValueExtractor
that extracts aFragment
from a target object.static <T,
E> ValueExtractor <T, Fragment<E>> Extractors.fragment
(ValueExtractor<? super T, E> from, ValueExtractor<? super E, ?>... aExtractors) Return aValueExtractor
that extracts a nestedFragment
from a property of the target object. -
Uses of Fragment in com.tangosol.util.extractor