java.util.function.Function<T,V>
, java.io.Serializable
CaseFunction
, CheckedFunction
, DoubleFunctionImpl
, Functions.FunctionChain
, Functions.SizeFunction
, IfFunction
, IntegerFunctionImpl
, LongFunctionImpl
@FunctionalInterface
public interface Function<T,V>
extends java.util.function.Function<T,V>, java.io.Serializable
T
passed to the valueOf() method. This transformation can return the value of calling a getter, or perform
some more elaborate logic to calculate a value, of type V
.Modifier and Type | Method | Description |
---|---|---|
default V |
apply(T each) |
|
V |
valueOf(T each) |
Copyright © 2004–2018. All rights reserved.