Interface PolyglotMapping<IN,​OUT>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class<IN> inputType()  
      java.lang.Class<OUT> outputType()  
      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or, test
    • Method Detail

      • inputType

        java.lang.Class<IN> inputType()
      • outputType

        java.lang.Class<OUT> outputType()