public class ConstantUnaryFactory<T,P> extends Object implements UnaryFactory<T,P>
| Modifier and Type | Method and Description |
|---|---|
P |
newInstance(T t) |
static <T,P> ConstantUnaryFactory<T,P> |
of(P value) |
public P newInstance(T t)
newInstance in interface UnaryFactory<T,P>public static <T,P> ConstantUnaryFactory<T,P> of(P value)
Copyright © 2017. All rights reserved.