I - O - public final class ConstantFunc<I,O> extends Object implements java.util.function.Function<I,O>
| Constructor and Description |
|---|
ConstantFunc(O response) |
| Modifier and Type | Method and Description |
|---|---|
O |
apply(I arg) |
boolean |
equals(Object obj) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic ConstantFunc(O response)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.