All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.linuxforhealth.hl7.data.ValueExtractor Maven / Gradle / Ivy

/*
 * (C) Copyright IBM Corp. 2020
 *
 * SPDX-License-Identifier: Apache-2.0
 */
package io.github.linuxforhealth.hl7.data;

@FunctionalInterface
public interface ValueExtractor {


  R apply(T t);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy