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.Methods in com.tangosol.util that return types with arguments of type FragmentModifier and TypeMethodDescriptionstatic <T> ValueExtractor<T, Fragment<T>> Extractors.fragment(ValueExtractor<? super T, ?>... aExtractors) Return aValueExtractorthat extracts aFragmentfrom a target object.static <T,E> ValueExtractor <T, Fragment<E>> Extractors.fragment(ValueExtractor<? super T, E> from, ValueExtractor<? super E, ?>... aExtractors) Return aValueExtractorthat extracts a nestedFragmentfrom a property of the target object. - 
Uses of Fragment in com.tangosol.util.extractor
Methods in com.tangosol.util.extractor that return Fragment