Class InitializerClaim<C,T>

java.lang.Object
org.refcodes.decoupling.Claim
org.refcodes.decoupling.InitializerClaim<C,T>
Type Parameters:
C - The type of the Dependency claimed for setting up an instance of the given type.
T - The type of the instance to be initialize.
All Implemented Interfaces:
Comparable<Claim>, org.refcodes.mixin.AliasAccessor, org.refcodes.mixin.Schemable, org.refcodes.mixin.TypeAccessor

public class InitializerClaim<C,T> extends Claim
A InitializerClaim extends a Claim and uses a BiFunction upon a Dependency to initialize a given instance.