io.github.frenchy64.fully-satisfies.latest-protocol

extenders

extends-latest?

(extends-latest? protocol atype)
Returns true if atype extends the latest version of the protocol

extends?

find-latest-protocol-impl

(find-latest-protocol-impl protocol v)

find-latest-protocol-method

(find-latest-protocol-method protocol methodk x)

find-protocol-impl

find-protocol-method

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

satisfies?