Uses of Interface
com.io7m.changelog.core.CVersionVisitorType
-
Packages that use CVersionVisitorType Package Description com.io7m.changelog.core Core types. -
-
Uses of CVersionVisitorType in com.io7m.changelog.core
Methods in com.io7m.changelog.core with parameters of type CVersionVisitorType Modifier and Type Method Description default <A> ACVersionStandardType. versionAccept(CVersionVisitorType<A> v)default <A> ACVersionTextType. versionAccept(CVersionVisitorType<A> v)<A> ACVersionType. versionAccept(CVersionVisitorType<A> v)Accept a generic visitor.
-