Interface DogLambdas.Copy<P>

Enclosing interface:
DogLambdas
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 DogLambdas.Copy<P>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copy(P src, P dst)
     
  • Method Details

    • copy

      void copy(P src, P dst)