Interface GitUtil.Function<T,​R>

  • Enclosing class:
    GitUtil
    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 GitUtil.Function<T,​R>
    • Method Detail

      • apply

        R apply​(T t)
         throws org.eclipse.jgit.api.errors.GitAPIException,
                java.io.IOException
        Throws:
        org.eclipse.jgit.api.errors.GitAPIException
        java.io.IOException