Class CachingByteBuddyProxyingFunction
- java.lang.Object
-
- org.projectbarbel.histo.functions.CachingByteBuddyProxyingFunction
-
- All Implemented Interfaces:
BiFunction<Object,BitemporalStamp,Object>
public class CachingByteBuddyProxyingFunction extends Object implements BiFunction<Object,BitemporalStamp,Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCachingByteBuddyProxyingFunction.Interceptor
-
Field Summary
Fields Modifier and Type Field Description static CachingByteBuddyProxyingFunctionINSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(Object template, BitemporalStamp stamp)static booleanfequals(Object thizz, BitemporalStamp sp, Object target, Object obj)static intfhashCode(BitemporalStamp sp, Object target)static StringftoString(BitemporalStamp sp, Object target)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Field Detail
-
INSTANCE
public static final CachingByteBuddyProxyingFunction INSTANCE
-
-
Method Detail
-
fequals
public static boolean fequals(Object thizz, BitemporalStamp sp, Object target, Object obj)
-
ftoString
public static String ftoString(BitemporalStamp sp, Object target)
-
fhashCode
public static int fhashCode(BitemporalStamp sp, Object target)
-
apply
public Object apply(Object template, BitemporalStamp stamp)
- Specified by:
applyin interfaceBiFunction<Object,BitemporalStamp,Object>
-
-