Uses of Interface
com.github.tonivade.purefun.type.ValidationOf
Packages that use ValidationOf
-
Uses of ValidationOf in com.github.tonivade.purefun.type
Subinterfaces of ValidationOf in com.github.tonivade.purefun.typeModifier and TypeInterfaceDescriptioninterfaceValidation<E,T> This type represents the validity or not of a value.Classes in com.github.tonivade.purefun.type that implement ValidationOfModifier and TypeClassDescriptionstatic final recordValidation.Invalid<E,T> static final recordValidation.Valid<E,T>