Module odo.core

Interface Decoder<T,​K,​Z>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface Decoder<T,​K,​Z>
  • Method Summary

    Modifier and Type Method Description
    K decode​(T format, Z context)  
  • Method Details

    • decode

      K decode​(T format, Z context)