Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Tangosol.Util.Extractor
ConditionalExtractor Class
ConditionalExtractor Methods
CreateIndex Method
DestroyIndex Method
Equals Method
Extract Method
GetHashCode Method
ReadExternal Method
ToString Method
WriteExternal Method
ConditionalExtractor
Extract Method
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14
c
(14.1.1.0)
F23534-02
Using a ConditionalExtractor to extract values is not supported.
Namespace:
Tangosol.Util.Extractor
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
Copy
public
override
Object
Extract
(
Object
oTarget
)
Parameters
oTarget
Type:
System
Object
An object to retrieve the value from.
Return Value
Type:
Object
The extracted value as an object;
null
is an acceptable value.
Implements
IValueExtractor
Extract(Object)
IValueExtractor
Extract(Object)
Exceptions
Exception
Condition
InvalidOperationException
ConditionalExtractor may not be used as an extractor.
See Also
Reference
ConditionalExtractor Class
Tangosol.Util.Extractor Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.