kawa.standard

Class read

Implemented Interfaces:
Named

public class read
extends Procedure0or1

Method Summary

Object
apply0()
Object
apply1(Object arg1)

Methods inherited from class gnu.mapping.Procedure0or1

apply0, apply1, apply2, apply3, apply4, applyN, numArgs

Methods inherited from class gnu.mapping.Procedure

apply, apply, apply0, apply1, apply2, apply3, apply4, applyN, check0, check1, check2, check3, check4, checkArgCount, checkN, getName, getProperty, getSetter, getSymbol, match0, match1, match2, match3, match4, matchN, maxArgs, minArgs, name, numArgs, removeProperty, set0, set1, setN, setName, setProperty, setProperty, setSetter, setSymbol, toString

Method Details

apply0

public final Object apply0()
            throws Throwable
Overrides:
apply0 in interface Procedure0or1

apply1

public final Object apply1(Object arg1)
            throws Throwable
Overrides:
apply1 in interface Procedure0or1