Uses of Interface
edu.rice.cs.plt.tuple.OptionVisitor

Packages that use OptionVisitor
edu.rice.cs.plt.tuple Classes for the type-parameterized representation of tuples. 
 

Uses of OptionVisitor in edu.rice.cs.plt.tuple
 

Methods in edu.rice.cs.plt.tuple with parameters of type OptionVisitor
<Ret> Ret
Wrapper.apply(OptionVisitor<? super T,? extends Ret> visitor)
           
abstract
<Ret> Ret
Option.apply(OptionVisitor<? super T,? extends Ret> visitor)
          Calls the appropriate case in the visitor.
<Ret> Ret
Null.apply(OptionVisitor<? super T,? extends Ret> visitor)
          Invokes visitor.forNone()