public static class Machine.MachineIdExtractor extends Object implements com.google.common.base.Function<Machine,String>
Function that when applied to a Machine
extracts the Machine's id.
Can be used to transform a collection of Machines to a collection
of String. See Iterables.transform(Iterable, Function).http://code.google.com/p/guava-libraries/wiki/FunctionalExplained| Constructor and Description |
|---|
MachineIdExtractor() |
Copyright © 2011–2017 Elastisys. All rights reserved.