extract<R> abstract method
Extracts the child Decodables for the type parameters A
and B
from the composed Decodable
for type T<A, B>.
Implementation
R extract<R>(R Function<A, B>(Decodable<A>? decodableA, Decodable<B>? decodableB) fn);