|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jga.fn.Functor<R>
net.sf.jga.fn.UnaryFunctor<T,R>
net.sf.jga.fn.property.Cast<T,R>
public class Cast<T,R>
UnaryFunctor that returns its argument, cast to the given type. Executing the functor will throw ClassCastExceptions if the argument cannot be cast to the given type.
Copyright © 2004-2005 David A. Hall
| Nested Class Summary | |
|---|---|
static interface |
Cast.Visitor
Interface for classes that may interpret a Cast function. |
| Constructor Summary | |
|---|---|
Cast(java.lang.Class<R> cl)
Builds a Cast fuctor that returns values cast to the given type. |
|
| Method Summary | |
|---|---|
void |
accept(Visitor v)
Calls the Visitor's visit(InstanceOf) method, if it
implements the nested Visitor interface. |
R |
fn(T arg)
Executes the function and returns the result. |
java.lang.Class<R> |
getCastClass()
|
java.lang.String |
toString()
|
| Methods inherited from class net.sf.jga.fn.UnaryFunctor |
|---|
bind, bind0th, bindNth, compose, compose, compose, composeNth, composeNth, eval, generate, generateNth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Cast(java.lang.Class<R> cl)
java.lang.IllegalArgumentException - if the method name is null or empty, or
if the argument type array is null.| Method Detail |
|---|
public java.lang.Class<R> getCastClass()
public R fn(T arg)
UnaryFunctor
fn in class UnaryFunctor<T,R>public void accept(Visitor v)
visit(InstanceOf) method, if it
implements the nested Visitor interface.
accept in interface Visitableaccept in class Functor<R>public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||