Interface ExpansionTranslatorFactory.TranslatorExpansion<IbaseT,​ObaseT>

  • Type Parameters:
    IbaseT - the base translator input type
    ObaseT - the base translator output type
    All Superinterfaces:
    java.util.function.Function<Translator<IbaseT,​ObaseT>,​Translator<?,​?>>
    Enclosing class:
    ExpansionTranslatorFactory<IbaseT,​ObaseT>
    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 static interface ExpansionTranslatorFactory.TranslatorExpansion<IbaseT,​ObaseT>
    extends java.util.function.Function<Translator<IbaseT,​ObaseT>,​Translator<?,​?>>
    A function from a base translator to an expanded translator.
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose