java.lang.Object
xyz.cofe.text.tparse.ProxyGR<P,T>
- All Implemented Interfaces:
java.util.function.Function<P,java.util.Optional<T>>, GR<P,T>
public class ProxyGR<P extends Pointer<?,?,P>,T extends Tok<P>>
extends java.lang.Object
implements GR<P,T>
-
Constructor Summary
Constructors
| Constructor |
Description |
ProxyGR(GR<P,T> initial) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
public ProxyGR(
GR<P,T> initial)
-
Method Details
-
-
public GR<P,? extends T> getTarget()
-
public void setTarget(
GR<P,? extends T> newTarget)
-
public java.util.Optional<T> apply(
P ptr)
- Specified by:
apply in interface java.util.function.Function<P extends Pointer<?,?,P>,T extends Tok<P>>