Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.4.0)

E90870-01

Supplier Class Reference

#include <coherence/util/Supplier.hpp>

Inherits Object.

List of all members.


Detailed Description

A Supplier provides the ability to provide a value in a deferred fashion.

Author:
rl 2019.04.29
Since:
12.2.1.4

Public Types

typedef spec::Handle Handle
 Supplier Handle definition.
typedef spec::View View
 Supplier View definition.
typedef spec::Holder Holder
 Supplier Holder definition.

Public Member Functions

virtual Object::Holder get () const =0
 Return the value.
virtual Object::Holder get ()=0
 Return the value.

Member Function Documentation

virtual Object::Holder get (  )  const [pure virtual]

Return the value.

Returns:
the value

virtual Object::Holder get (  )  [pure virtual]

Return the value.

Returns:
the value


The documentation for this class was generated from the following file:
Copyright © 2000, 2019, Oracle and/or its affiliates. All rights reserved.