All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.spek.engine.memoized.SubjectImpl.kt Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package org.jetbrains.spek.engine.memoized

import org.jetbrains.spek.api.memoized.CachingMode
import org.jetbrains.spek.api.memoized.Subject

/**
 * @author Ranie Jade Ramiso
 */
class SubjectImpl(mode: CachingMode, factory: () -> T): Subject, MemoizedValueImpl(mode, factory)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy