edu.nyu.cascade.util
Class ConvertibleValues
java.lang.Object
edu.nyu.cascade.util.ConvertibleValues
public final class ConvertibleValues
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertibleValues
public ConvertibleValues()
fromLeft
public static <Left,Right> ConvertibleValue<Left,Right> fromLeft(ConversionStrategy<Left,Right> strategy,
Left a)
fromRight
public static <Left,Right> ConvertibleValue<Left,Right> fromRight(ConversionStrategy<Left,Right> strategy,
Right b)
Copyright © 2008-2010 NYU Analysis of Computer Systems group. All Rights Reserved.