jar

com.oracle.coherence.incubator : coherence-functorpattern

Maven & Gradle

May 11, 2019
38 stars

Coherence Incubator Functor Pattern · An distributed implementation of the classic Functor Pattern using Oracle Coherence as the underlying infrastructure.

Table Of Contents

Latest Version

Download com.oracle.coherence.incubator : coherence-functorpattern JAR file - Latest Versions:

All Versions

Download com.oracle.coherence.incubator : coherence-functorpattern JAR file - All Versions:

Version Vulnerabilities Size Updated
13.0.x
12.6.x
12.5.x
12.4.x
12.3.x
12.2.x
12.1.x
12.0.x
11.3.x
11.2.x
11.1.x
11.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window coherence-functorpattern-13.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.oracle.coherence.patterns.functor.internal

├─ com.oracle.coherence.patterns.functor.internal.FunctorFuture.class - [JAR]

├─ com.oracle.coherence.patterns.functor.internal.FunctorResult.class - [JAR]

├─ com.oracle.coherence.patterns.functor.internal.SingleFunctorCommand.class - [JAR]

├─ com.oracle.coherence.patterns.functor.internal.SingleFunctorFuture.class - [JAR]

├─ com.oracle.coherence.patterns.functor.internal.SingleFunctorResult.class - [JAR]

com.oracle.coherence.patterns.functor

├─ com.oracle.coherence.patterns.functor.DefaultFunctorSubmitter.class - [JAR]

├─ com.oracle.coherence.patterns.functor.Functor.class - [JAR]

├─ com.oracle.coherence.patterns.functor.FunctorSubmitter.class - [JAR]