T
R
public class Clause<T,R> extends Object
Function<T,R>
body
Predicate<T>
condition
static <T,R> Clause<T,R>
of(Predicate<T> condition, Function<T,R> body)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final Predicate<T> condition
public final Function<T,R> body
public static <T,R> Clause<T,R> of(Predicate<T> condition, Function<T,R> body)
Copyright © 2017. All rights reserved.