Uses of Interface
eu.bandm.tools.paisley.CachedTransform.TryApply
Packages that use CachedTransform.TryApply
Package
Description
A modular implementation of nondeterministic pattern matching on arbitrary
objects.
-
Uses of CachedTransform.TryApply in eu.bandm.tools.paisley
Subinterfaces of CachedTransform.TryApply in eu.bandm.tools.paisleyModifier and TypeInterfaceDescriptionstatic interfaceA function that extracts data from a target object by reflection.Methods in eu.bandm.tools.paisley with parameters of type CachedTransform.TryApplyModifier and TypeMethodDescriptionstatic <A,B> CachedTransform <A, B> CachedTransform.of(CachedTransform.TryApply<? super A, ? extends B> fun, Pattern<? super B> body) Creates a new instance.