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 class
CachingByteBuddyProxyingFunction.Interceptor
-
Field Summary
Fields Modifier and Type Field Description static CachingByteBuddyProxyingFunction
INSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
apply(Object template, BitemporalStamp stamp)
static boolean
fequals(Object thizz, BitemporalStamp sp, Object target, Object obj)
static int
fhashCode(BitemporalStamp sp, Object target)
static String
ftoString(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:
apply
in interfaceBiFunction<Object,BitemporalStamp,Object>
-
-