public interface

IExtractor

com.pnfsoftware.jeb.util.collect.IExtractor<T, K>

Class Overview

Generic extractor functional interface.

Summary

Public Methods
abstract K extract(T e)
Given an object e of type T, provide the associated "key" of type K.

Public Methods

public abstract K extract (T e)

Given an object e of type T, provide the associated "key" of type K.

Parameters
e an input object
Returns
  • the output object