io.github.frenchy64.fully-satisfies.latest-protocol
extends-latest?
(extends-latest? protocol atype)
Returns true if atype extends the latest version of the protocol
find-latest-protocol-impl
(find-latest-protocol-impl protocol v)
find-latest-protocol-method
(find-latest-protocol-method protocol methodk x)
latest-extenders
(latest-extenders protocol)
Returns a collection of the types explicitly extending the latest version of the protocol
satisfies-latest?
(satisfies-latest? p v)
(satisfies-latest? satisfies? p v)
Returns true if x satisfies the latest version of the protocol