public interface Function1<T,R> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Function1.Impl<T,R> |
Modifier and Type | Method and Description |
---|---|
R |
apply(T t) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.