Function
@Deprecated @FunctionalInterface public interface GrabberIF<O,G> extends Function<O,G>
Modifier and Type | Method and Description |
---|---|
default G |
apply(O object)
Deprecated.
|
G |
grab(O object)
Deprecated.
Returns an object that is somehow extracted from the given
object.
|