Function
instead.@Deprecated @FunctionalInterface public interface Map<From,To> extends java.util.function.Function<From,To>
From
to an object of type To
.Modifier and Type | Method and Description |
---|---|
default To |
apply(From from)
Deprecated.
|
To |
map(From from)
Deprecated.
Maps
from to the target object. |
andThen, compose, identity
Copyright © 2013–2016 jparsec. All rights reserved.