Interface VCardImportActionResource.ImportLogic

Enclosing class:
VCardImportActionResource
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 VCardImportActionResource.ImportLogic
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(VCardImportCounter importCounter, List<net.fortuna.ical4j.vcard.VCard> vCardObjects)
     
  • Method Details

    • execute

      boolean execute(VCardImportCounter importCounter, List<net.fortuna.ical4j.vcard.VCard> vCardObjects)