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

main.kotlin.ch.tutteli.atrium.logic.utils.Group.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package ch.tutteli.atrium.logic.utils

/**
 * Represents a group of [T].
 */

interface Group {
    /**
     * Returns the members of the group as [List].
     */
    fun toList(): List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy