public class Package extends Object
Package()
static <X,Y> Function<X,Y>
constant(Y y)
static <X> Function<X,X>
id()
static <A,B> Tuple<A,B>
tuple(A a, B b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Package()
public static <A,B> Tuple<A,B> tuple(A a, B b)
public static <X,Y> Function<X,Y> constant(Y y)
public static <X> Function<X,X> id()
Copyright © 2015. All rights reserved.