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

name.remal.java.util.function.Predicate.kt Maven / Gradle / Ivy

There is a newer version: 1.26.147
Show newest version
@file:ExcludeFromCodeCoverage

package name.remal

import name.remal.gradle_plugins.api.ExcludeFromCodeCoverage
import java.util.function.Predicate

operator fun  Predicate.invoke(param: T) = test(param)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy