C++ Client API Reference for Oracle Coherence
14c (14.1.2.0.0)

F79659-03

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, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.