Package: effect
Module: Predicate
A TypeLambda for Predicate. This is used to support higher-kinded types
and allows Predicate to be used in generic contexts within the effect ecosystem.
Signature
export interface PredicateTypeLambda extends TypeLambda {
readonly type: Predicate<this["Target"]>
}
Since v2.0.0