Uses of Class
at.jku.ssw.fp.util.TypeTestFunction
-
Packages that use TypeTestFunction Package Description at.jku.ssw.fp.util -
-
Uses of TypeTestFunction in at.jku.ssw.fp.util
Methods in at.jku.ssw.fp.util that return TypeTestFunction Modifier and Type Method Description static <T,R>
TypeTestFunction<T,R>When. is(Class<T> clazz, Function<? super T,? extends R> func)
Creates a typetest function from a class and a function.static <T,R>
TypeTestFunction<T,R>TypeTestFunction. of(Class<T> clazz, Function<? super T,? extends R> func)
Creates a typetest function from a class and a function.Methods in at.jku.ssw.fp.util with parameters of type TypeTestFunction Modifier and Type Method Description static <R> R
When. when(Object o, TypeTestFunction<?,? extends R>... ttFns)
Methods applying typetest functions on a given value.
-